Html Css Color HEX #DDE2BA Frost

📋 copy color: '#DDE2BA'

red 221 ◦ green 226 ◦ blue 186

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

Shades of Frost #DDE2BA

Tints of Frost #DDE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.7%

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

R = 34.91%
G = 35.7%
B = 29.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DDE2BA (or 0xDDE2BA) is known color: Frost. HEX triplet: DD, E2 and BA. RGB value is (221,226,186). Sum of RGB (Red+Green+Blue) = 221+226+186=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2BA is #221D45. Grayscale: #DCDCDC. Windows color (decimal): -2235718 or 12247773. OLE color: 12247773.

HSL color Cylindrical-coordinate representation of color #DDE2BA: hue angle of 67.5º degrees, saturation: 0.41, 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 #DDE2BA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 186 -
CMYK 0.02 0 0.18 0.11
HSL 67.5º 0.41% 0.81% -
HSV(B) 67.5º 0.18% 0.89% -
XYZ 65.88 73.31 57.13 -
YUV 219.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 221 226 186 0.02 0 0.18 0.11 67.5 0.41 0.81
Hex DD E2 BA 2 0 12 B 44 29 51
Octal 335 342 272 2 0 22 13 104 51 121
Binary 11011101 11100010 10111010 10 0 10010 1011 1000100 101001 1010001

Color Harmonies of #DDE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2BA

Black with #DDE2BA

Text Example


Text Example

White with #DDE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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