Html Css Color HEX #C0CBEC Periwinkle

📋 copy color: '#C0CBEC'

red 192 ◦ green 203 ◦ blue 236

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

Shades of Periwinkle #C0CBEC

Tints of Periwinkle #C0CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.17%

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 30.43%
G = 32.17%
B = 37.4%

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

#C0CBEC (or 0xC0CBEC) is known color: Periwinkle. HEX triplet: C0, CB and EC. RGB value is (192,203,236). Sum of RGB (Red+Green+Blue) = 192+203+236=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBEC is #3F3413. Grayscale: #CBCBCB. Windows color (decimal): -4142100 or 15518656. OLE color: 15518656.

HSL color Cylindrical-coordinate representation of color #C0CBEC: hue angle of 225º degrees, saturation: 0.54, 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 #C0CBEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 203 236 -
CMYK 0.19 0.14 0 0.07
HSL 225º 0.54% 0.84% -
HSV(B) 225º 0.19% 0.93% -
XYZ 58.23 59.97 87.86 -
YUV 203.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 192 203 236 0.19 0.14 0 0.07 225 0.54 0.84
Hex C0 CB EC 13 E 0 7 E1 36 54
Octal 300 313 354 23 16 0 7 341 66 124
Binary 11000000 11001011 11101100 10011 1110 0 111 11100001 110110 1010100

Color Harmonies of #C0CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBEC

Black with #C0CBEC

Text Example


Text Example

White with #C0CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBEC; }

 p { color: rgb(192,203,236); }

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

background-color css

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

 a { background-color: rgb(192,203,236); }

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

border-color css

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

 span { border-color: rgb(192,203,236); }

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