#CAD9D6

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

Shades of Geyser #CAD9D6

Tints of Geyser #CAD9D6

Color information

#CAD9D6 (or 0xCAD9D6) is unknown color: approx Geyser. HEX triplet: CA, D9 and D6. RGB value is (202,217,214). Sum of RGB (Red+Green+Blue) = 202+217+214=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9D6 is #352629. Grayscale: #D4D4D4. Windows color (decimal): -3483178 or 14080458. OLE color: 14080458.

HSL color Cylindrical-coordinate representation of color #CAD9D6: hue angle of 168º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAD9D6 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB202217214-
CMYK0.0700.010.15
HSL168º16.48%82.16%-
HSV(B)168º6.91%85.1%-
XYZ61.3167.0473.33-
YUV212.17129.03120.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 214 (83.98% from 255) = 33.81%
R=31.91%
G=34.28%
B=33.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022172140.0700.010.1516816.4882.16
HexCAD9D6701Fa81052
Octal3123313267011725020122
Binary11001010110110011101011011101111110101000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9D6; }

 p { color: rgb(202,217,214); }

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

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

 a { background-color: rgb(202,217,214); }

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

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

 span { border-color: rgb(202,217,214); }

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