#C2D1D9

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

Shades of Spindle #C2D1D9

Tints of Spindle #C2D1D9

Color information

#C2D1D9 (or 0xC2D1D9) is unknown color: approx Spindle. HEX triplet: C2, D1 and D9. RGB value is (194,209,217). Sum of RGB (Red+Green+Blue) = 194+209+217=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2D1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1D9 is #3D2E26. Grayscale: #CDCDCD. Windows color (decimal): -4009511 or 14275010. OLE color: 14275010.

HSL color Cylindrical-coordinate representation of color #C2D1D9: hue angle of 200.87º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D1D9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194209217-
CMYK0.110.0400.15
HSL200.87º23.23%80.59%-
HSV(B)200.87º10.6%85.1%-
XYZ57.5762.0874.59-
YUV205.43134.53119.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 217 (85.16% from 255) = 35%
R=31.29%
G=33.71%
B=35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942092170.110.0400.15200.8723.2380.59
HexC2D1D9B40Fc91751
Octal30232133113401731127121
Binary11000010110100011101100110111000111111001001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D1D9; }

 p { color: rgb(194,209,217); }

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

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

 a { background-color: rgb(194,209,217); }

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

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

 span { border-color: rgb(194,209,217); }

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