Html Css Color HEX #DDE4B9 Frost

📋 copy color: '#DDE4B9'

red 221 ◦ green 228 ◦ blue 185

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

Shades of Frost #DDE4B9

Tints of Frost #DDE4B9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.96%

 BLUE value IS 185 (72.66% from 255) = 29.18%

R = 34.86%
G = 35.96%
B = 29.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#DDE4B9 (or 0xDDE4B9) is known color: Frost. HEX triplet: DD, E4 and B9. RGB value is (221,228,185). Sum of RGB (Red+Green+Blue) = 221+228+185=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4B9 is #221B46. Grayscale: #DDDDDD. Windows color (decimal): -2235207 or 12182749. OLE color: 12182749.

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

Color convert

RGB 221 228 185 -
CMYK 0.03 0 0.19 0.11
HSL 69.77º 0.44% 0.81% -
HSV(B) 69.77º 0.19% 0.89% -
XYZ 66.32 74.36 56.76 -
YUV 221.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 221 228 185 0.03 0 0.19 0.11 69.77 0.44 0.81
Hex DD E4 B9 3 0 13 B 46 2C 51
Octal 335 344 271 3 0 23 13 106 54 121
Binary 11011101 11100100 10111001 11 0 10011 1011 1000110 101100 1010001

Color Harmonies of #DDE4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4B9

Black with #DDE4B9

Text Example


Text Example

White with #DDE4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4B9; }

 p { color: rgb(221,228,185); }

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

background-color css

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

 a { background-color: rgb(221,228,185); }

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

border-color css

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

 span { border-color: rgb(221,228,185); }

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