#CFDAD9

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

Shades of Zumthor #CFDAD9

Tints of Zumthor #CFDAD9

Color information

#CFDAD9 (or 0xCFDAD9) is unknown color: approx Zumthor. HEX triplet: CF, DA and D9. RGB value is (207,218,217). Sum of RGB (Red+Green+Blue) = 207+218+217=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAD9 is #302526. Grayscale: #D6D6D6. Windows color (decimal): -3155239 or 14277327. OLE color: 14277327.

HSL color Cylindrical-coordinate representation of color #CFDAD9: hue angle of 174.55º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFDAD9 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB207218217-
CMYK0.0500.000.15
HSL174.55º12.94%83.33%-
HSV(B)174.55º5.05%85.49%-
XYZ63.3368.4275.51-
YUV214.6129.36122.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=32.24%
G=33.96%
B=33.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072182170.0500.000.15174.5512.9483.33
HexCFDAD9500Fafd53
Octal3173323315001725715123
Binary1100111111011010110110011010011111010111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAD9; }

 p { color: rgb(207,218,217); }

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

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

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

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

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

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

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