#CFDBDE

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

Shades of Zumthor #CFDBDE

Tints of Zumthor #CFDBDE

Color information

#CFDBDE (or 0xCFDBDE) is unknown color: approx Zumthor. HEX triplet: CF, DB and DE. RGB value is (207,219,222). Sum of RGB (Red+Green+Blue) = 207+219+222=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBDE is #302421. Grayscale: #D7D7D7. Windows color (decimal): -3154978 or 14605263. OLE color: 14605263.

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

Color convert

RGB207219222-
CMYK0.070.0100.13
HSL192º18.52%84.12%-
HSV(B)192º6.76%87.06%-
XYZ64.2569.279.08-
YUV215.75131.52121.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.94%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=31.94%
G=33.80%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072192220.070.0100.1319218.5284.12
HexCFDBDE710Dc01354
Octal3173333367101530023124
Binary11001111110110111101111011110110111000000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBDE; }

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

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

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

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

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

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

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

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