#CFDCDD

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

Shades of Zumthor #CFDCDD

Tints of Zumthor #CFDCDD

Color information

#CFDCDD (or 0xCFDCDD) is unknown color: approx Zumthor. HEX triplet: CF, DC and DD. RGB value is (207,220,221). Sum of RGB (Red+Green+Blue) = 207+220+221=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCDD is #302322. Grayscale: #D8D8D8. Windows color (decimal): -3154723 or 14539983. OLE color: 14539983.

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

Color convert

RGB207220221-
CMYK0.060.0000.13
HSL184.29º17.07%83.92%-
HSV(B)184.29º6.33%86.67%-
XYZ64.3869.6778.46-
YUV216.23130.69121.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.94%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=31.94%
G=33.95%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072202210.060.0000.13184.2917.0783.92
HexCFDCDD600Db81154
Octal3173343356001527021124
Binary11001111110111001101110111000110110111000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCDD; }

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

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

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

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

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

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

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

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