Html Css Color HEX #D9DBD4 Feta

📋 copy color: '#D9DBD4'

red 217 ◦ green 219 ◦ blue 212

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

Shades of Feta #D9DBD4

Tints of Feta #D9DBD4

RGB

 RED value IS 217 (85.16% from 255) = 33.49%

 GREEN value IS 219 (85.94% from 255) = 33.8%

 BLUE value IS 212 (83.2% from 255) = 32.72%

R = 33.49%
G = 33.8%
B = 32.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#D9DBD4 (or 0xD9DBD4) is known color: Feta. HEX triplet: D9, DB and D4. RGB value is (217,219,212). Sum of RGB (Red+Green+Blue) = 217+219+212=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBD4 is #26242B. Grayscale: #D9D9D9. Windows color (decimal): -2499628 or 13949913. OLE color: 13949913.

HSL color Cylindrical-coordinate representation of color #D9DBD4: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DBD4 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 212 -
CMYK 0.01 0 0.03 0.14
HSL 77.14º 0.09% 0.85% -
HSV(B) 77.14º 0.03% 0.86% -
XYZ 65.83 70.17 72.36 -
YUV 217.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 217 219 212 0.01 0 0.03 0.14 77.14 0.09 0.85
Hex D9 DB D4 1 0 3 E 4D 9 55
Octal 331 333 324 1 0 3 16 115 11 125
Binary 11011001 11011011 11010100 1 0 11 1110 1001101 1001 1010101

Color Harmonies of #D9DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBD4

Black with #D9DBD4

Text Example


Text Example

White with #D9DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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