Html Css Color HEX #DDE4BA Frost

📋 copy color: '#DDE4BA'

red 221 ◦ green 228 ◦ blue 186

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

Shades of Frost #DDE4BA

Tints of Frost #DDE4BA

RGB

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

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

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

R = 34.8%
G = 35.91%
B = 29.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DDE4BA (or 0xDDE4BA) is known color: Frost. HEX triplet: DD, E4 and BA. RGB value is (221,228,186). Sum of RGB (Red+Green+Blue) = 221+228+186=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4BA is #221B45. Grayscale: #DDDDDD. Windows color (decimal): -2235206 or 12248285. OLE color: 12248285.

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

Color convert

RGB 221 228 186 -
CMYK 0.03 0 0.18 0.11
HSL 70º 0.44% 0.81% -
HSV(B) 70º 0.18% 0.89% -
XYZ 66.43 74.4 57.31 -
YUV 221.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 221 228 186 0.03 0 0.18 0.11 70 0.44 0.81
Hex DD E4 BA 3 0 12 B 46 2C 51
Octal 335 344 272 3 0 22 13 106 54 121
Binary 11011101 11100100 10111010 11 0 10010 1011 1000110 101100 1010001

Color Harmonies of #DDE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4BA

Black with #DDE4BA

Text Example


Text Example

White with #DDE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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