#CFD6D5

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

Shades of Geyser #CFD6D5

Tints of Geyser #CFD6D5

Color information

#CFD6D5 (or 0xCFD6D5) is unknown color: approx Geyser. HEX triplet: CF, D6 and D5. RGB value is (207,214,213). Sum of RGB (Red+Green+Blue) = 207+214+213=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6D5 is #30292A. Grayscale: #D3D3D3. Windows color (decimal): -3156267 or 14014159. OLE color: 14014159.

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

Color convert

RGB207214213-
CMYK0.0300.000.16
HSL171.43º7.87%82.55%-
HSV(B)171.43º3.27%83.92%-
XYZ61.7966.1672.46-
YUV211.79128.68124.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=32.65%
G=33.75%
B=33.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072142130.0300.000.16171.437.8782.55
HexCFD6D530010ab853
Octal3173263253002025310123
Binary1100111111010110110101011100100001010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6D5; }

 p { color: rgb(207,214,213); }

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

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

 a { background-color: rgb(207,214,213); }

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

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

 span { border-color: rgb(207,214,213); }

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