#CDD6D4

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

Shades of Geyser #CDD6D4

Tints of Geyser #CDD6D4

Color information

#CDD6D4 (or 0xCDD6D4) is unknown color: approx Geyser. HEX triplet: CD, D6 and D4. RGB value is (205,214,212). Sum of RGB (Red+Green+Blue) = 205+214+212=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6D4 is #32292B. Grayscale: #D3D3D3. Windows color (decimal): -3287340 or 13948621. OLE color: 13948621.

HSL color Cylindrical-coordinate representation of color #CDD6D4: hue angle of 166.67º degrees, saturation: 0.1, 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 #CDD6D4 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB205214212-
CMYK0.0400.010.16
HSL166.67º9.89%82.16%-
HSV(B)166.67º4.21%83.92%-
XYZ61.1165.8371.77-
YUV211.08128.52123.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 214 (83.98% from 255) = 33.91%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=32.49%
G=33.91%
B=33.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052142120.0400.010.16166.679.8982.16
HexCDD6D440110a7a52
Octal3153263244012024712122
Binary11001101110101101101010010001100001010011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6D4; }

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

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

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

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

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

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

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

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