#C0CEE2

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

Shades of Periwinkle #C0CEE2

Tints of Periwinkle #C0CEE2

Color information

#C0CEE2 (or 0xC0CEE2) is unknown color: approx Periwinkle. HEX triplet: C0, CE and E2. RGB value is (192,206,226). Sum of RGB (Red+Green+Blue) = 192+206+226=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 226 - color contains mainly: blue. Hex color #C0CEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEE2 is #3F311D. Grayscale: #CCCCCC. Windows color (decimal): -4141342 or 14864064. OLE color: 14864064.

HSL color Cylindrical-coordinate representation of color #C0CEE2: hue angle of 215.29º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CEE2 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192206226-
CMYK0.150.0900.11
HSL215.29º36.96%81.96%-
HSV(B)215.29º15.04%88.63%-
XYZ57.5460.8480.66-
YUV204.09140.36119.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.77%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 226 (88.67% from 255) = 36.22%
R=30.77%
G=33.01%
B=36.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1922062260.150.0900.11215.2936.9681.96
HexC0CEE2F90Bd72552
Octal300316342171101332745122
Binary1100000011001110111000101111100101011110101111001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEE2; }

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

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

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

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

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

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

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

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