#CFD9DC

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

Shades of Zumthor #CFD9DC

Tints of Zumthor #CFD9DC

Color information

#CFD9DC (or 0xCFD9DC) is unknown color: approx Zumthor. HEX triplet: CF, D9 and DC. RGB value is (207,217,220). Sum of RGB (Red+Green+Blue) = 207+217+220=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9DC is #302623. Grayscale: #D6D6D6. Windows color (decimal): -3155492 or 14473679. OLE color: 14473679.

HSL color Cylindrical-coordinate representation of color #CFD9DC: hue angle of 193.85º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD9DC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207217220-
CMYK0.060.0100.14
HSL193.85º15.66%83.73%-
HSV(B)193.85º5.91%86.27%-
XYZ63.4668.0677.5-
YUV214.35131.19122.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=32.14%
G=33.70%
B=34.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072172200.060.0100.14193.8515.6683.73
HexCFD9DC610Ec21054
Octal3173313346101630220124
Binary11001111110110011101110011010111011000010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9DC; }

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

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

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

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

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

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

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

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