#C2CDD3

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

Shades of Spindle #C2CDD3

Tints of Spindle #C2CDD3

Color information

#C2CDD3 (or 0xC2CDD3) is unknown color: approx Spindle. HEX triplet: C2, CD and D3. RGB value is (194,205,211). Sum of RGB (Red+Green+Blue) = 194+205+211=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDD3 is #3D322C. Grayscale: #CACACA. Windows color (decimal): -4010541 or 13880770. OLE color: 13880770.

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

Color convert

RGB194205211-
CMYK0.080.0300.17
HSL201.18º16.19%79.41%-
HSV(B)201.18º8.06%82.75%-
XYZ55.8459.8470.23-
YUV202.4132.86122.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 211 (82.81% from 255) = 34.59%
R=31.80%
G=33.61%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942052110.080.0300.17201.1816.1979.41
HexC2CDD383011c9104f
Octal30231532310302131120117
Binary11000010110011011101001110001101000111001001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDD3; }

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

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

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

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

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

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

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

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