#CFD9D7

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

Shades of Geyser #CFD9D7

Tints of Geyser #CFD9D7

Color information

#CFD9D7 (or 0xCFD9D7) is unknown color: approx Geyser. HEX triplet: CF, D9 and D7. RGB value is (207,217,215). Sum of RGB (Red+Green+Blue) = 207+217+215=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9D7 is #302628. Grayscale: #D5D5D5. Windows color (decimal): -3155497 or 14145999. OLE color: 14145999.

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

Color convert

RGB207217215-
CMYK0.0500.010.15
HSL168º11.63%83.14%-
HSV(B)168º4.61%85.1%-
XYZ62.8167.874.07-
YUV213.78128.69123.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=32.39%
G=33.96%
B=33.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072172150.0500.010.1516811.6383.14
HexCFD9D7501Fa8c53
Octal3173313275011725014123
Binary1100111111011001110101111010111111010100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9D7; }

 p { color: rgb(207,217,215); }

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

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

 a { background-color: rgb(207,217,215); }

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

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

 span { border-color: rgb(207,217,215); }

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