#CFD7D6

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

Shades of Zumthor #CFD7D6

Tints of Zumthor #CFD7D6

Color information

#CFD7D6 (or 0xCFD7D6) is unknown color: approx Zumthor. HEX triplet: CF, D7 and D6. RGB value is (207,215,214). Sum of RGB (Red+Green+Blue) = 207+215+214=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7D6 is #302829. Grayscale: #D4D4D4. Windows color (decimal): -3156010 or 14079951. OLE color: 14079951.

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

Color convert

RGB207215214-
CMYK0.0400.000.16
HSL172.5º9.09%82.75%-
HSV(B)172.5º3.72%84.31%-
XYZ62.1766.7273.22-
YUV212.49128.85124.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=32.55%
G=33.81%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072152140.0400.000.16172.59.0982.75
HexCFD7D640010ac953
Octal3173273264002025411123
Binary11001111110101111101011010000100001010110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7D6; }

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

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

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

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

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

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

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

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