Html Css Color HEX #DDE0BD Frost

📋 copy color: '#DDE0BD'

red 221 ◦ green 224 ◦ blue 189

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

Shades of Frost #DDE0BD

Tints of Frost #DDE0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.81%

R = 34.86%
G = 35.33%
B = 29.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#DDE0BD (or 0xDDE0BD) is known color: Frost. HEX triplet: DD, E0 and BD. RGB value is (221,224,189). Sum of RGB (Red+Green+Blue) = 221+224+189=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0BD is #221F42. Grayscale: #DBDBDB. Windows color (decimal): -2236227 or 12443869. OLE color: 12443869.

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

Color convert

RGB 221 224 189 -
CMYK 0.01 0 0.16 0.12
HSL 65.14º 0.36% 0.81% -
HSV(B) 65.14º 0.16% 0.88% -
XYZ 65.66 72.36 58.65 -
YUV 219.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 221 224 189 0.01 0 0.16 0.12 65.14 0.36 0.81
Hex DD E0 BD 1 0 10 C 41 24 51
Octal 335 340 275 1 0 20 14 101 44 121
Binary 11011101 11100000 10111101 1 0 10000 1100 1000001 100100 1010001

Color Harmonies of #DDE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0BD

Black with #DDE0BD

Text Example


Text Example

White with #DDE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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