#C2CDD2

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

Shades of Spindle #C2CDD2

Tints of Spindle #C2CDD2

Color information

#C2CDD2 (or 0xC2CDD2) is unknown color: approx Spindle. HEX triplet: C2, CD and D2. RGB value is (194,205,210). Sum of RGB (Red+Green+Blue) = 194+205+210=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2CDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDD2 is #3D322D. Grayscale: #CACACA. Windows color (decimal): -4010542 or 13815234. OLE color: 13815234.

HSL color Cylindrical-coordinate representation of color #C2CDD2: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CDD2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194205210-
CMYK0.080.0200.18
HSL198.75º15.09%79.22%-
HSV(B)198.75º7.62%82.35%-
XYZ55.7159.7969.58-
YUV202.28132.36122.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 210 (82.42% from 255) = 34.48%
R=31.86%
G=33.66%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942052100.080.0200.18198.7515.0979.22
HexC2CDD282012c7f4f
Octal30231532210202230717117
Binary1100001011001101110100101000100100101100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDD2; }

 p { color: rgb(194,205,210); }

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

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

 a { background-color: rgb(194,205,210); }

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

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

 span { border-color: rgb(194,205,210); }

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