Html Css Color HEX #D9DCCB Feta

📋 copy color: '#D9DCCB'

red 217 ◦ green 220 ◦ blue 203

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

Shades of Feta #D9DCCB

Tints of Feta #D9DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.38%

 BLUE value IS 203 (79.69% from 255) = 31.72%

R = 33.91%
G = 34.38%
B = 31.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D9DCCB (or 0xD9DCCB) is known color: Feta. HEX triplet: D9, DC and CB. RGB value is (217,220,203). Sum of RGB (Red+Green+Blue) = 217+220+203=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCB is #262334. Grayscale: #D9D9D9. Windows color (decimal): -2499381 or 13360345. OLE color: 13360345.

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

Color convert

RGB 217 220 203 -
CMYK 0.01 0 0.08 0.14
HSL 70.59º 0.2% 0.83% -
HSV(B) 70.59º 0.08% 0.86% -
XYZ 64.99 70.25 66.63 -
YUV 217.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 217 220 203 0.01 0 0.08 0.14 70.59 0.2 0.83
Hex D9 DC CB 1 0 8 E 47 14 53
Octal 331 334 313 1 0 10 16 107 24 123
Binary 11011001 11011100 11001011 1 0 1000 1110 1000111 10100 1010011

Color Harmonies of #D9DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCCB

Black with #D9DCCB

Text Example


Text Example

White with #D9DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCCB; }

 p { color: rgb(217,220,203); }

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

background-color css

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

 a { background-color: rgb(217,220,203); }

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

border-color css

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

 span { border-color: rgb(217,220,203); }

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