#C0CEEC

Color #C0CEEC Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #C0CEEC

Tints of Periwinkle #C0CEEC

Color information

#C0CEEC (or 0xC0CEEC) is unknown color: approx Periwinkle. HEX triplet: C0, CE and EC. RGB value is (192,206,236). Sum of RGB (Red+Green+Blue) = 192+206+236=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEEC is #3F3113. Grayscale: #CDCDCD. Windows color (decimal): -4141332 or 15519424. OLE color: 15519424.

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

Color convert

RGB192206236-
CMYK0.190.1300.07
HSL220.91º53.66%83.92%-
HSV(B)220.91º18.64%92.55%-
XYZ58.9561.4188.1-
YUV205.23145.36118.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=30.28%
G=32.49%
B=37.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922062360.190.1300.07220.9153.6683.92
HexC0CEEC13D07dd3654
Octal30031635423150733566124
Binary1100000011001110111011001001111010111110111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEEC; }

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

 H1.HeaderClassName
 {
   color: #C0CEEC;
 }
 .AnyTagClassName
 {
   color: #C0CEEC;
 }
</style>
background-color css

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

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

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

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

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

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