Html Css Color HEX #DDE0BB Frost

📋 copy color: '#DDE0BB'

red 221 ◦ green 224 ◦ blue 187

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

Shades of Frost #DDE0BB

Tints of Frost #DDE0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.59%

R = 34.97%
G = 35.44%
B = 29.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#DDE0BB (or 0xDDE0BB) is known color: Frost. HEX triplet: DD, E0 and BB. RGB value is (221,224,187). Sum of RGB (Red+Green+Blue) = 221+224+187=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0BB is #221F44. Grayscale: #DBDBDB. Windows color (decimal): -2236229 or 12312797. OLE color: 12312797.

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

Color convert

RGB 221 224 187 -
CMYK 0.01 0 0.17 0.12
HSL 64.86º 0.37% 0.81% -
HSV(B) 64.86º 0.17% 0.88% -
XYZ 65.44 72.27 57.51 -
YUV 218.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 221 224 187 0.01 0 0.17 0.12 64.86 0.37 0.81
Hex DD E0 BB 1 0 11 C 41 25 51
Octal 335 340 273 1 0 21 14 101 45 121
Binary 11011101 11100000 10111011 1 0 10001 1100 1000001 100101 1010001

Color Harmonies of #DDE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0BB

Black with #DDE0BB

Text Example


Text Example

White with #DDE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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