#CFD5D7

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

Shades of Zumthor #CFD5D7

Tints of Zumthor #CFD5D7

Color information

#CFD5D7 (or 0xCFD5D7) is unknown color: approx Zumthor. HEX triplet: CF, D5 and D7. RGB value is (207,213,215). Sum of RGB (Red+Green+Blue) = 207+213+215=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5D7 is #302A28. Grayscale: #D3D3D3. Windows color (decimal): -3156521 or 14144975. OLE color: 14144975.

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

Color convert

RGB207213215-
CMYK0.040.0100.16
HSL195º9.09%82.75%-
HSV(B)195º3.72%84.31%-
XYZ61.7965.7673.73-
YUV211.43130.01124.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072132150.040.0100.161959.0982.75
HexCFD5D741010c3953
Octal3173253274102030311123
Binary11001111110101011101011110010100001100001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5D7; }

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

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

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

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

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

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

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

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