Html Css Color HEX #C0CCED Periwinkle

📋 copy color: '#C0CCED'

red 192 ◦ green 204 ◦ blue 237

#C0CCED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #C0CCED

Tints of Periwinkle #C0CCED

RGB

 RED value IS 192 (75.39% from 255) = 30.33%

 GREEN value IS 204 (80.08% from 255) = 32.23%

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 30.33%
G = 32.23%
B = 37.44%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0CCED (or 0xC0CCED) is known color: Periwinkle. HEX triplet: C0, CC and ED. RGB value is (192,204,237). Sum of RGB (Red+Green+Blue) = 192+204+237=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCED is #3F3312. Grayscale: #CCCCCC. Windows color (decimal): -4141843 or 15584448. OLE color: 15584448.

HSL color Cylindrical-coordinate representation of color #C0CCED: hue angle of 224º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CCED is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 204 237 -
CMYK 0.19 0.14 0 0.07
HSL 224º 0.56% 0.84% -
HSV(B) 224º 0.19% 0.93% -
XYZ 58.62 60.51 88.71 -
YUV 204.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 192 204 237 0.19 0.14 0 0.07 224 0.56 0.84
Hex C0 CC ED 13 E 0 7 E0 38 54
Octal 300 314 355 23 16 0 7 340 70 124
Binary 11000000 11001100 11101101 10011 1110 0 111 11100000 111000 1010100

Color Harmonies of #C0CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCED

Black with #C0CCED

Text Example


Text Example

White with #C0CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCED; }

 p { color: rgb(192,204,237); }

 H1.HeaderClassName
 {
   color: #C0CCED;
 }
 .AnyTagClassName
 {
   color: #C0CCED;
 }
</style>

background-color css

<style>
 a { background-color: #C0CCED; }

 a { background-color: rgb(192,204,237); }

 div.DivClassName
 {
   background-color: #C0CCED;
 }
 .BgClassName
 {
   background-color: #C0CCED;
 }
</style>

border-color css

<style>
 span { border-color: #C0CCED; }

 span { border-color: rgb(192,204,237); }

 td.TdClassName
 {
   border-color: #C0CCED;
 }
 .TagClassName
 {
   border-color: #C0CCED;
 }
</style>