Html Css Color HEX #DDE2BE Frost

📋 copy color: '#DDE2BE'

red 221 ◦ green 226 ◦ blue 190

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

Shades of Frost #DDE2BE

Tints of Frost #DDE2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.83%

R = 34.69%
G = 35.48%
B = 29.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#DDE2BE (or 0xDDE2BE) is known color: Frost. HEX triplet: DD, E2 and BE. RGB value is (221,226,190). Sum of RGB (Red+Green+Blue) = 221+226+190=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2BE is #221D41. Grayscale: #DCDCDC. Windows color (decimal): -2235714 or 12509917. OLE color: 12509917.

HSL color Cylindrical-coordinate representation of color #DDE2BE: hue angle of 68.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDE2BE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 190 -
CMYK 0.02 0 0.16 0.11
HSL 68.33º 0.38% 0.82% -
HSV(B) 68.33º 0.16% 0.89% -
XYZ 66.31 73.48 59.4 -
YUV 220.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 221 226 190 0.02 0 0.16 0.11 68.33 0.38 0.82
Hex DD E2 BE 2 0 10 B 44 26 52
Octal 335 342 276 2 0 20 13 104 46 122
Binary 11011101 11100010 10111110 10 0 10000 1011 1000100 100110 1010010

Color Harmonies of #DDE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2BE

Black with #DDE2BE

Text Example


Text Example

White with #DDE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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