Html Css Color HEX #DDE0BE Frost

📋 copy color: '#DDE0BE'

red 221 ◦ green 224 ◦ blue 190

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

Shades of Frost #DDE0BE

Tints of Frost #DDE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.28%

 BLUE value IS 190 (74.61% from 255) = 29.92%

R = 34.8%
G = 35.28%
B = 29.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#DDE0BE (or 0xDDE0BE) is known color: Frost. HEX triplet: DD, E0 and BE. RGB value is (221,224,190). Sum of RGB (Red+Green+Blue) = 221+224+190=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0BE is #221F41. Grayscale: #DBDBDB. Windows color (decimal): -2236226 or 12509405. OLE color: 12509405.

HSL color Cylindrical-coordinate representation of color #DDE0BE: hue angle of 65.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDE0BE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 190 -
CMYK 0.01 0 0.15 0.12
HSL 65.29º 0.35% 0.81% -
HSV(B) 65.29º 0.15% 0.88% -
XYZ 65.77 72.4 59.22 -
YUV 219.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 221 224 190 0.01 0 0.15 0.12 65.29 0.35 0.81
Hex DD E0 BE 1 0 F C 41 23 51
Octal 335 340 276 1 0 17 14 101 43 121
Binary 11011101 11100000 10111110 1 0 1111 1100 1000001 100011 1010001

Color Harmonies of #DDE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0BE

Black with #DDE0BE

Text Example


Text Example

White with #DDE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0BE; }

 p { color: rgb(221,224,190); }

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

background-color css

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

 a { background-color: rgb(221,224,190); }

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

border-color css

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

 span { border-color: rgb(221,224,190); }

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