Html Css Color HEX #DDE2BB Frost

📋 copy color: '#DDE2BB'

red 221 ◦ green 226 ◦ blue 187

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

Shades of Frost #DDE2BB

Tints of Frost #DDE2BB

RGB

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

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

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

R = 34.86%
G = 35.65%
B = 29.5%

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

#DDE2BB (or 0xDDE2BB) is known color: Frost. HEX triplet: DD, E2 and BB. RGB value is (221,226,187). Sum of RGB (Red+Green+Blue) = 221+226+187=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2BB is #221D44. Grayscale: #DCDCDC. Windows color (decimal): -2235717 or 12313309. OLE color: 12313309.

HSL color Cylindrical-coordinate representation of color #DDE2BB: hue angle of 67.69º 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 #DDE2BB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 187 -
CMYK 0.02 0 0.17 0.11
HSL 67.69º 0.4% 0.81% -
HSV(B) 67.69º 0.17% 0.89% -
XYZ 65.98 73.35 57.69 -
YUV 220.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 221 226 187 0.02 0 0.17 0.11 67.69 0.4 0.81
Hex DD E2 BB 2 0 11 B 44 28 51
Octal 335 342 273 2 0 21 13 104 50 121
Binary 11011101 11100010 10111011 10 0 10001 1011 1000100 101000 1010001

Color Harmonies of #DDE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2BB

Black with #DDE2BB

Text Example


Text Example

White with #DDE2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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