#CFDBDA

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

Shades of Zumthor #CFDBDA

Tints of Zumthor #CFDBDA

Color information

#CFDBDA (or 0xCFDBDA) is unknown color: approx Zumthor. HEX triplet: CF, DB and DA. RGB value is (207,219,218). Sum of RGB (Red+Green+Blue) = 207+219+218=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBDA is #302425. Grayscale: #D7D7D7. Windows color (decimal): -3154982 or 14343119. OLE color: 14343119.

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

Color convert

RGB207219218-
CMYK0.0500.000.14
HSL175º14.29%83.53%-
HSV(B)175º5.48%85.88%-
XYZ63.7268.9976.29-
YUV215.3129.52122.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=32.14%
G=34.01%
B=33.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072192180.0500.000.1417514.2983.53
HexCFDBDA500Eafe54
Octal3173333325001625716124
Binary1100111111011011110110101010011101010111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBDA; }

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

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

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

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

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

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

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

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