#CAD5D2

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

Shades of Geyser #CAD5D2

Tints of Geyser #CAD5D2

Color information

#CAD5D2 (or 0xCAD5D2) is unknown color: approx Geyser. HEX triplet: CA, D5 and D2. RGB value is (202,213,210). Sum of RGB (Red+Green+Blue) = 202+213+210=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5D2 is #352A2D. Grayscale: #D1D1D1. Windows color (decimal): -3484206 or 13817290. OLE color: 13817290.

HSL color Cylindrical-coordinate representation of color #CAD5D2: hue angle of 163.64º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD5D2 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB202213210-
CMYK0.0500.010.16
HSL163.64º11.58%81.37%-
HSV(B)163.64º5.16%83.53%-
XYZ59.7864.870.33-
YUV209.37128.36122.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 210 (82.42% from 255) = 33.6%
R=32.32%
G=34.08%
B=33.6%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022132100.0500.010.16163.6411.5881.37
HexCAD5D250110a4c51
Octal3123253225012024414121
Binary11001010110101011101001010101100001010010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5D2; }

 p { color: rgb(202,213,210); }

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

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

 a { background-color: rgb(202,213,210); }

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

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

 span { border-color: rgb(202,213,210); }

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