Html Css Color HEX #DDE0BC Frost

📋 copy color: '#DDE0BC'

red 221 ◦ green 224 ◦ blue 188

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

Shades of Frost #DDE0BC

Tints of Frost #DDE0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.7%

R = 34.91%
G = 35.39%
B = 29.7%

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

#DDE0BC (or 0xDDE0BC) is known color: Frost. HEX triplet: DD, E0 and BC. RGB value is (221,224,188). Sum of RGB (Red+Green+Blue) = 221+224+188=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0BC is #221F43. Grayscale: #DBDBDB. Windows color (decimal): -2236228 or 12378333. OLE color: 12378333.

HSL color Cylindrical-coordinate representation of color #DDE0BC: hue angle of 65º degrees, saturation: 0.37, 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 #DDE0BC is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 188 -
CMYK 0.01 0 0.16 0.12
HSL 65º 0.37% 0.81% -
HSV(B) 65º 0.16% 0.88% -
XYZ 65.55 72.31 58.08 -
YUV 219 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 221 224 188 0.01 0 0.16 0.12 65 0.37 0.81
Hex DD E0 BC 1 0 10 C 41 25 51
Octal 335 340 274 1 0 20 14 101 45 121
Binary 11011101 11100000 10111100 1 0 10000 1100 1000001 100101 1010001

Color Harmonies of #DDE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0BC

Black with #DDE0BC

Text Example


Text Example

White with #DDE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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