Html Css Color HEX #DDE1BB Frost

📋 copy color: '#DDE1BB'

red 221 ◦ green 225 ◦ blue 187

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

Shades of Frost #DDE1BB

Tints of Frost #DDE1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.55%

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

R = 34.91%
G = 35.55%
B = 29.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#DDE1BB (or 0xDDE1BB) is known color: Frost. HEX triplet: DD, E1 and BB. RGB value is (221,225,187). Sum of RGB (Red+Green+Blue) = 221+225+187=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1BB is #221E44. Grayscale: #DBDBDB. Windows color (decimal): -2235973 or 12313053. OLE color: 12313053.

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

Color convert

RGB 221 225 187 -
CMYK 0.02 0 0.17 0.12
HSL 66.32º 0.39% 0.81% -
HSV(B) 66.32º 0.17% 0.88% -
XYZ 65.71 72.81 57.6 -
YUV 219.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 221 225 187 0.02 0 0.17 0.12 66.32 0.39 0.81
Hex DD E1 BB 2 0 11 C 42 27 51
Octal 335 341 273 2 0 21 14 102 47 121
Binary 11011101 11100001 10111011 10 0 10001 1100 1000010 100111 1010001

Color Harmonies of #DDE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1BB

Black with #DDE1BB

Text Example


Text Example

White with #DDE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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