#CFD7D5

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

Shades of Geyser #CFD7D5

Tints of Geyser #CFD7D5

Color information

#CFD7D5 (or 0xCFD7D5) is unknown color: approx Geyser. HEX triplet: CF, D7 and D5. RGB value is (207,215,213). Sum of RGB (Red+Green+Blue) = 207+215+213=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7D5 is #30282A. Grayscale: #D4D4D4. Windows color (decimal): -3156011 or 14014415. OLE color: 14014415.

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

Color convert

RGB207215213-
CMYK0.0400.010.16
HSL165º9.09%82.75%-
HSV(B)165º3.72%84.31%-
XYZ62.0466.6772.55-
YUV212.38128.35124.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=32.60%
G=33.86%
B=33.54%

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
Decimal2072152130.0400.010.161659.0982.75
HexCFD7D540110a5953
Octal3173273254012024511123
Binary11001111110101111101010110001100001010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7D5; }

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

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

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

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

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

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

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

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