#CFD3D4

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

Shades of Zumthor #CFD3D4

Tints of Zumthor #CFD3D4

Color information

#CFD3D4 (or 0xCFD3D4) is unknown color: approx Zumthor. HEX triplet: CF, D3 and D4. RGB value is (207,211,212). Sum of RGB (Red+Green+Blue) = 207+211+212=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFD3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD3D4 is #302C2B. Grayscale: #D1D1D1. Windows color (decimal): -3157036 or 13947855. OLE color: 13947855.

HSL color Cylindrical-coordinate representation of color #CFD3D4: hue angle of 192º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFD3D4 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207211212-
CMYK0.020.0000.17
HSL192º5.49%82.16%-
HSV(B)192º2.36%83.14%-
XYZ60.9164.6171.55-
YUV209.92129.17125.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 212 (83.20% from 255) = 33.65%
R=32.86%
G=33.49%
B=33.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072112120.020.0000.171925.4982.16
HexCFD3D420011c0552
Octal317323324200213005122
Binary110011111101001111010100100010001110000001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD3D4; }

 p { color: rgb(207,211,212); }

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

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

 a { background-color: rgb(207,211,212); }

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

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

 span { border-color: rgb(207,211,212); }

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