Html Css Color HEX #DDE1D4 Feta

📋 copy color: '#DDE1D4'

red 221 ◦ green 225 ◦ blue 212

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

Shades of Feta #DDE1D4

Tints of Feta #DDE1D4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.19%

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

R = 33.59%
G = 34.19%
B = 32.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#DDE1D4 (or 0xDDE1D4) is known color: Feta. HEX triplet: DD, E1 and D4. RGB value is (221,225,212). Sum of RGB (Red+Green+Blue) = 221+225+212=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1D4 is #221E2B. Grayscale: #DEDEDE. Windows color (decimal): -2235948 or 13951453. OLE color: 13951453.

HSL color Cylindrical-coordinate representation of color #DDE1D4: hue angle of 78.46º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE1D4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 212 -
CMYK 0.02 0 0.06 0.12
HSL 78.46º 0.18% 0.86% -
HSV(B) 78.46º 0.06% 0.88% -
XYZ 68.63 73.98 72.95 -
YUV 222.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 221 225 212 0.02 0 0.06 0.12 78.46 0.18 0.86
Hex DD E1 D4 2 0 6 C 4E 12 56
Octal 335 341 324 2 0 6 14 116 22 126
Binary 11011101 11100001 11010100 10 0 110 1100 1001110 10010 1010110

Color Harmonies of #DDE1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1D4

Black with #DDE1D4

Text Example


Text Example

White with #DDE1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1D4; }

 p { color: rgb(221,225,212); }

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

background-color css

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

 a { background-color: rgb(221,225,212); }

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

border-color css

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

 span { border-color: rgb(221,225,212); }

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