Html Css Color HEX #DDE9BB Frost

📋 copy color: '#DDE9BB'

red 221 ◦ green 233 ◦ blue 187

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

Shades of Frost #DDE9BB

Tints of Frost #DDE9BB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.35%

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

R = 34.48%
G = 36.35%
B = 29.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#DDE9BB (or 0xDDE9BB) is known color: Frost. HEX triplet: DD, E9 and BB. RGB value is (221,233,187). Sum of RGB (Red+Green+Blue) = 221+233+187=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9BB is #221644. Grayscale: #E0E0E0. Windows color (decimal): -2233925 or 12315101. OLE color: 12315101.

HSL color Cylindrical-coordinate representation of color #DDE9BB: hue angle of 75.65º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDE9BB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 187 -
CMYK 0.05 0 0.20 0.09
HSL 75.65º 0.51% 0.82% -
HSV(B) 75.65º 0.2% 0.91% -
XYZ 67.93 77.24 58.34 -
YUV 224.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 221 233 187 0.05 0 0.20 0.09 75.65 0.51 0.82
Hex DD E9 BB 5 0 14 9 4C 33 52
Octal 335 351 273 5 0 24 11 114 63 122
Binary 11011101 11101001 10111011 101 0 10100 1001 1001100 110011 1010010

Color Harmonies of #DDE9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9BB

Black with #DDE9BB

Text Example


Text Example

White with #DDE9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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