#CFDCDB

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

Shades of Zumthor #CFDCDB

Tints of Zumthor #CFDCDB

Color information

#CFDCDB (or 0xCFDCDB) is unknown color: approx Zumthor. HEX triplet: CF, DC and DB. RGB value is (207,220,219). Sum of RGB (Red+Green+Blue) = 207+220+219=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCDB is #302324. Grayscale: #D7D7D7. Windows color (decimal): -3154725 or 14408911. OLE color: 14408911.

HSL color Cylindrical-coordinate representation of color #CFDCDB: hue angle of 175.38º 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 #CFDCDB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB207220219-
CMYK0.0600.000.14
HSL175.38º15.66%83.73%-
HSV(B)175.38º5.91%86.27%-
XYZ64.1169.5777.07-
YUV216129.69121.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=32.04%
G=34.06%
B=33.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072202190.0600.000.14175.3815.6683.73
HexCFDCDB600Eaf1054
Octal3173343336001625720124
Binary11001111110111001101101111000111010101111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCDB; }

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

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

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

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

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

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

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

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