#C0CDE2

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

Shades of Periwinkle #C0CDE2

Tints of Periwinkle #C0CDE2

Color information

#C0CDE2 (or 0xC0CDE2) is unknown color: approx Periwinkle. HEX triplet: C0, CD and E2. RGB value is (192,205,226). Sum of RGB (Red+Green+Blue) = 192+205+226=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #C0CDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDE2 is #3F321D. Grayscale: #CBCBCB. Windows color (decimal): -4141598 or 14863808. OLE color: 14863808.

HSL color Cylindrical-coordinate representation of color #C0CDE2: hue angle of 217.06º 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 #C0CDE2 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192205226-
CMYK0.150.0900.11
HSL217.06º36.96%81.96%-
HSV(B)217.06º15.04%88.63%-
XYZ57.360.3680.58-
YUV203.51140.69119.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.82%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 226 (88.67% from 255) = 36.28%
R=30.82%
G=32.91%
B=36.28%

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
Decimal1922052260.150.0900.11217.0636.9681.96
HexC0CDE2F90Bd92552
Octal300315342171101333145122
Binary1100000011001101111000101111100101011110110011001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDE2; }

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

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

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

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

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

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

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

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