Html Css Color HEX #DDE8BB Frost

📋 copy color: '#DDE8BB'

red 221 ◦ green 232 ◦ blue 187

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

Shades of Frost #DDE8BB

Tints of Frost #DDE8BB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.25%

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

R = 34.53%
G = 36.25%
B = 29.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DDE8BB (or 0xDDE8BB) is known color: Frost. HEX triplet: DD, E8 and BB. RGB value is (221,232,187). Sum of RGB (Red+Green+Blue) = 221+232+187=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8BB is #221744. Grayscale: #DFDFDF. Windows color (decimal): -2234181 or 12314845. OLE color: 12314845.

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

Color convert

RGB 221 232 187 -
CMYK 0.05 0 0.19 0.09
HSL 74.67º 0.49% 0.82% -
HSV(B) 74.67º 0.19% 0.91% -
XYZ 67.65 76.67 58.25 -
YUV 223.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 221 232 187 0.05 0 0.19 0.09 74.67 0.49 0.82
Hex DD E8 BB 5 0 13 9 4B 31 52
Octal 335 350 273 5 0 23 11 113 61 122
Binary 11011101 11101000 10111011 101 0 10011 1001 1001011 110001 1010010

Color Harmonies of #DDE8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8BB

Black with #DDE8BB

Text Example


Text Example

White with #DDE8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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