Html Css Color HEX #D9DDCE Feta

📋 copy color: '#D9DDCE'

red 217 ◦ green 221 ◦ blue 206

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

Shades of Feta #D9DDCE

Tints of Feta #D9DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.32%

 BLUE value IS 206 (80.86% from 255) = 31.99%

R = 33.7%
G = 34.32%
B = 31.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D9DDCE (or 0xD9DDCE) is known color: Feta. HEX triplet: D9, DD and CE. RGB value is (217,221,206). Sum of RGB (Red+Green+Blue) = 217+221+206=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDCE is #262231. Grayscale: #DADADA. Windows color (decimal): -2499122 or 13557209. OLE color: 13557209.

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

Color convert

RGB 217 221 206 -
CMYK 0.02 0 0.07 0.13
HSL 76º 0.18% 0.84% -
HSV(B) 76º 0.07% 0.87% -
XYZ 65.61 70.92 68.62 -
YUV 218.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 217 221 206 0.02 0 0.07 0.13 76 0.18 0.84
Hex D9 DD CE 2 0 7 D 4C 12 54
Octal 331 335 316 2 0 7 15 114 22 124
Binary 11011001 11011101 11001110 10 0 111 1101 1001100 10010 1010100

Color Harmonies of #D9DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDCE

Black with #D9DDCE

Text Example


Text Example

White with #D9DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDCE; }

 p { color: rgb(217,221,206); }

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

background-color css

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

 a { background-color: rgb(217,221,206); }

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

border-color css

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

 span { border-color: rgb(217,221,206); }

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