#C0CED4

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

Shades of Spindle #C0CED4

Tints of Spindle #C0CED4

Color information

#C0CED4 (or 0xC0CED4) is unknown color: approx Spindle. HEX triplet: C0, CE and D4. RGB value is (192,206,212). Sum of RGB (Red+Green+Blue) = 192+206+212=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CED4 is #3F312B. Grayscale: #CACACA. Windows color (decimal): -4141356 or 13946560. OLE color: 13946560.

HSL color Cylindrical-coordinate representation of color #C0CED4: hue angle of 198º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CED4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192206212-
CMYK0.090.0300.17
HSL198º18.87%79.22%-
HSV(B)198º9.43%83.14%-
XYZ55.6960.170.95-
YUV202.5133.36120.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.48%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 212 (83.20% from 255) = 34.75%
R=31.48%
G=33.77%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922062120.090.0300.1719818.8779.22
HexC0CED493011c6134f
Octal30031632411302130623117
Binary11000000110011101101010010011101000111000110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CED4; }

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

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

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

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

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

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

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

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