Html Css Color HEX #D9DCCE Feta

📋 copy color: '#D9DCCE'

red 217 ◦ green 220 ◦ blue 206

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

Shades of Feta #D9DCCE

Tints of Feta #D9DCCE

RGB

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

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

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

R = 33.75%
G = 34.21%
B = 32.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#D9DCCE (or 0xD9DCCE) is known color: Feta. HEX triplet: D9, DC and CE. RGB value is (217,220,206). Sum of RGB (Red+Green+Blue) = 217+220+206=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCE is #262331. Grayscale: #D9D9D9. Windows color (decimal): -2499378 or 13556953. OLE color: 13556953.

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

Color convert

RGB 217 220 206 -
CMYK 0.01 0 0.06 0.14
HSL 72.86º 0.17% 0.84% -
HSV(B) 72.86º 0.06% 0.86% -
XYZ 65.35 70.39 68.54 -
YUV 217.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 217 220 206 0.01 0 0.06 0.14 72.86 0.17 0.84
Hex D9 DC CE 1 0 6 E 49 11 54
Octal 331 334 316 1 0 6 16 111 21 124
Binary 11011001 11011100 11001110 1 0 110 1110 1001001 10001 1010100

Color Harmonies of #D9DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCCE

Black with #D9DCCE

Text Example


Text Example

White with #D9DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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