Html Css Color HEX #CFD9DB Zumthor

📋 copy color: '#CFD9DB'

red 207 ◦ green 217 ◦ blue 219

#CFD9DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #CFD9DB

Tints of Zumthor #CFD9DB

RGB

 RED value IS 207 (81.25% from 255) = 32.19%

 GREEN value IS 217 (85.16% from 255) = 33.75%

 BLUE value IS 219 (85.94% from 255) = 34.06%

R = 32.19%
G = 33.75%
B = 34.06%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFD9DB (or 0xCFD9DB) is known color: Zumthor. HEX triplet: CF, D9 and DB. RGB value is (207,217,219). Sum of RGB (Red+Green+Blue) = 207+217+219=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9DB is #302624. Grayscale: #D6D6D6. Windows color (decimal): -3155493 or 14408143. OLE color: 14408143.

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

Color convert

RGB 207 217 219 -
CMYK 0.05 0.01 0 0.14
HSL 190º 0.14% 0.84% -
HSV(B) 190º 0.05% 0.86% -
XYZ 63.33 68.01 76.81 -
YUV 214.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 207 217 219 0.05 0.01 0 0.14 190 0.14 0.84
Hex CF D9 DB 5 1 0 E BE E 54
Octal 317 331 333 5 1 0 16 276 16 124
Binary 11001111 11011001 11011011 101 1 0 1110 10111110 1110 1010100

Color Harmonies of #CFD9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD9DB

Black with #CFD9DB

Text Example


Text Example

White with #CFD9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD9DB; }

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

 H1.HeaderClassName
 {
   color: #CFD9DB;
 }
 .AnyTagClassName
 {
   color: #CFD9DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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