Html Css Color HEX #DDE7B9 Frost

📋 copy color: '#DDE7B9'

red 221 ◦ green 231 ◦ blue 185

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

Shades of Frost #DDE7B9

Tints of Frost #DDE7B9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.26%

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

R = 34.69%
G = 36.26%
B = 29.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#DDE7B9 (or 0xDDE7B9) is known color: Frost. HEX triplet: DD, E7 and B9. RGB value is (221,231,185). Sum of RGB (Red+Green+Blue) = 221+231+185=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7B9 is #221846. Grayscale: #DEDEDE. Windows color (decimal): -2234439 or 12183517. OLE color: 12183517.

HSL color Cylindrical-coordinate representation of color #DDE7B9: hue angle of 73.04º degrees, saturation: 0.49, 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 #DDE7B9 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 185 -
CMYK 0.04 0 0.20 0.09
HSL 73.04º 0.49% 0.82% -
HSV(B) 73.04º 0.2% 0.91% -
XYZ 67.15 76.03 57.03 -
YUV 222.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 221 231 185 0.04 0 0.20 0.09 73.04 0.49 0.82
Hex DD E7 B9 4 0 14 9 49 31 52
Octal 335 347 271 4 0 24 11 111 61 122
Binary 11011101 11100111 10111001 100 0 10100 1001 1001001 110001 1010010

Color Harmonies of #DDE7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7B9

Black with #DDE7B9

Text Example


Text Example

White with #DDE7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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