#CFDDDE

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

Shades of Zumthor #CFDDDE

Tints of Zumthor #CFDDDE

Color information

#CFDDDE (or 0xCFDDDE) is unknown color: approx Zumthor. HEX triplet: CF, DD and DE. RGB value is (207,221,222). Sum of RGB (Red+Green+Blue) = 207+221+222=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDDE is #302221. Grayscale: #D8D8D8. Windows color (decimal): -3154466 or 14605775. OLE color: 14605775.

HSL color Cylindrical-coordinate representation of color #CFDDDE: hue angle of 184º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDDDE is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207221222-
CMYK0.070.0000.13
HSL184º18.52%84.12%-
HSV(B)184º6.76%87.06%-
XYZ64.7770.2579.25-
YUV216.93130.86120.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.85%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=31.85%
G=34%
B=34.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072212220.070.0000.1318418.5284.12
HexCFDDDE700Db81354
Octal3173353367001527023124
Binary11001111110111011101111011100110110111000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDDE; }

 p { color: rgb(207,221,222); }

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

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

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

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

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

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

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