#CED7D5

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

Shades of Geyser #CED7D5

Tints of Geyser #CED7D5

Color information

#CED7D5 (or 0xCED7D5) is unknown color: approx Geyser. HEX triplet: CE, D7 and D5. RGB value is (206,215,213). Sum of RGB (Red+Green+Blue) = 206+215+213=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7D5 is #31282A. Grayscale: #D4D4D4. Windows color (decimal): -3221547 or 14014414. OLE color: 14014414.

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

Color convert

RGB206215213-
CMYK0.0400.010.16
HSL166.67º10.11%82.55%-
HSV(B)166.67º4.19%84.31%-
XYZ61.7666.5372.54-
YUV212.08128.52123.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 213 (83.59% 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
Decimal2062152130.0400.010.16166.6710.1182.55
HexCED7D540110a7a53
Octal3163273254012024712123
Binary11001110110101111101010110001100001010011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7D5; }

 p { color: rgb(206,215,213); }

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

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

 a { background-color: rgb(206,215,213); }

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

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

 span { border-color: rgb(206,215,213); }

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