Html Css Color HEX #DDE4D3 Feta

📋 copy color: '#DDE4D3'

red 221 ◦ green 228 ◦ blue 211

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

Shades of Feta #DDE4D3

Tints of Feta #DDE4D3

RGB

 RED value IS 221 (86.72% from 255) = 33.48%

 GREEN value IS 228 (89.45% from 255) = 34.55%

 BLUE value IS 211 (82.81% from 255) = 31.97%

R = 33.48%
G = 34.55%
B = 31.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#DDE4D3 (or 0xDDE4D3) is known color: Feta. HEX triplet: DD, E4 and D3. RGB value is (221,228,211). Sum of RGB (Red+Green+Blue) = 221+228+211=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4D3 is #221B2C. Grayscale: #E0E0E0. Windows color (decimal): -2235181 or 13886685. OLE color: 13886685.

HSL color Cylindrical-coordinate representation of color #DDE4D3: hue angle of 84.71º degrees, saturation: 0.24, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE4D3 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 211 -
CMYK 0.03 0 0.07 0.11
HSL 84.71º 0.24% 0.86% -
HSV(B) 84.71º 0.07% 0.89% -
XYZ 69.32 75.56 72.56 -
YUV 223.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 221 228 211 0.03 0 0.07 0.11 84.71 0.24 0.86
Hex DD E4 D3 3 0 7 B 55 18 56
Octal 335 344 323 3 0 7 13 125 30 126
Binary 11011101 11100100 11010011 11 0 111 1011 1010101 11000 1010110

Color Harmonies of #DDE4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4D3

Black with #DDE4D3

Text Example


Text Example

White with #DDE4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4D3; }

 p { color: rgb(221,228,211); }

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

background-color css

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

 a { background-color: rgb(221,228,211); }

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

border-color css

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

 span { border-color: rgb(221,228,211); }

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