#CFD5D5

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

Shades of Zumthor #CFD5D5

Tints of Zumthor #CFD5D5

Color information

#CFD5D5 (or 0xCFD5D5) is unknown color: approx Zumthor. HEX triplet: CF, D5 and D5. RGB value is (207,213,213). Sum of RGB (Red+Green+Blue) = 207+213+213=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #CFD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5D5 is #302A2A. Grayscale: #D3D3D3. Windows color (decimal): -3156523 or 14013903. OLE color: 14013903.

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

Color convert

RGB207213213-
CMYK0.03000.16
HSL180º6.67%82.35%-
HSV(B)180º2.82%83.53%-
XYZ61.5465.6672.38-
YUV211.21129.01125-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=32.70%
G=33.65%
B=33.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072132130.03000.161806.6782.35
HexCFD5D530010b4752
Octal317325325300202647122
Binary110011111101010111010101110010000101101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5D5; }

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

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

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

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

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

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

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

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