#CDD5D4

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

Shades of Geyser #CDD5D4

Tints of Geyser #CDD5D4

Color information

#CDD5D4 (or 0xCDD5D4) is unknown color: approx Geyser. HEX triplet: CD, D5 and D4. RGB value is (205,213,212). Sum of RGB (Red+Green+Blue) = 205+213+212=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5D4 is #322A2B. Grayscale: #D2D2D2. Windows color (decimal): -3287596 or 13948365. OLE color: 13948365.

HSL color Cylindrical-coordinate representation of color #CDD5D4: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD5D4 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB205213212-
CMYK0.0400.000.16
HSL172.5º8.7%81.96%-
HSV(B)172.5º3.76%83.53%-
XYZ60.8565.3271.69-
YUV210.49128.85124.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 212 (83.20% from 255) = 33.65%
R=32.54%
G=33.81%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052132120.0400.000.16172.58.781.96
HexCDD5D440010ac952
Octal3153253244002025411122
Binary11001101110101011101010010000100001010110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5D4; }

 p { color: rgb(205,213,212); }

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

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

 a { background-color: rgb(205,213,212); }

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

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

 span { border-color: rgb(205,213,212); }

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