Html Css Color HEX #DDE9BA Frost

📋 copy color: '#DDE9BA'

red 221 ◦ green 233 ◦ blue 186

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

Shades of Frost #DDE9BA

Tints of Frost #DDE9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.06%

R = 34.53%
G = 36.41%
B = 29.06%

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

#DDE9BA (or 0xDDE9BA) is known color: Frost. HEX triplet: DD, E9 and BA. RGB value is (221,233,186). Sum of RGB (Red+Green+Blue) = 221+233+186=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9BA is #221645. Grayscale: #E0E0E0. Windows color (decimal): -2233926 or 12249565. OLE color: 12249565.

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

Color convert

RGB 221 233 186 -
CMYK 0.05 0 0.20 0.09
HSL 75.32º 0.52% 0.82% -
HSV(B) 75.32º 0.2% 0.91% -
XYZ 67.82 77.2 57.78 -
YUV 224.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 221 233 186 0.05 0 0.20 0.09 75.32 0.52 0.82
Hex DD E9 BA 5 0 14 9 4B 34 52
Octal 335 351 272 5 0 24 11 113 64 122
Binary 11011101 11101001 10111010 101 0 10100 1001 1001011 110100 1010010

Color Harmonies of #DDE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9BA

Black with #DDE9BA

Text Example


Text Example

White with #DDE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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