Html Css Color HEX #DDE2BC Frost

📋 copy color: '#DDE2BC'

red 221 ◦ green 226 ◦ blue 188

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

Shades of Frost #DDE2BC

Tints of Frost #DDE2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

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

R = 34.8%
G = 35.59%
B = 29.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DDE2BC (or 0xDDE2BC) is known color: Frost. HEX triplet: DD, E2 and BC. RGB value is (221,226,188). Sum of RGB (Red+Green+Blue) = 221+226+188=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2BC is #221D43. Grayscale: #DCDCDC. Windows color (decimal): -2235716 or 12378845. OLE color: 12378845.

HSL color Cylindrical-coordinate representation of color #DDE2BC: hue angle of 67.89º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDE2BC is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 188 -
CMYK 0.02 0 0.17 0.11
HSL 67.89º 0.4% 0.81% -
HSV(B) 67.89º 0.17% 0.89% -
XYZ 66.09 73.4 58.26 -
YUV 220.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 221 226 188 0.02 0 0.17 0.11 67.89 0.4 0.81
Hex DD E2 BC 2 0 11 B 44 28 51
Octal 335 342 274 2 0 21 13 104 50 121
Binary 11011101 11100010 10111100 10 0 10001 1011 1000100 101000 1010001

Color Harmonies of #DDE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2BC

Black with #DDE2BC

Text Example


Text Example

White with #DDE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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