#C0CED6

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

Shades of Spindle #C0CED6

Tints of Spindle #C0CED6

Color information

#C0CED6 (or 0xC0CED6) is unknown color: approx Spindle. HEX triplet: C0, CE and D6. RGB value is (192,206,214). Sum of RGB (Red+Green+Blue) = 192+206+214=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CED6 is #3F3129. Grayscale: #CACACA. Windows color (decimal): -4141354 or 14077632. OLE color: 14077632.

HSL color Cylindrical-coordinate representation of color #C0CED6: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CED6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192206214-
CMYK0.100.0400.16
HSL201.82º21.15%79.61%-
HSV(B)201.82º10.28%83.92%-
XYZ55.9560.272.29-
YUV202.73134.36120.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 214 (83.98% from 255) = 34.97%
R=31.37%
G=33.66%
B=34.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922062140.100.0400.16201.8221.1579.61
HexC0CED6A4010ca1550
Octal30031632612402031225120
Binary110000001100111011010110101010001000011001010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CED6; }

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

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

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

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

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

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

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

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