Html Css Color HEX #DDE4C0 Frost

📋 copy color: '#DDE4C0'

red 221 ◦ green 228 ◦ blue 192

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

Shades of Frost #DDE4C0

Tints of Frost #DDE4C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.95%

R = 34.48%
G = 35.57%
B = 29.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#DDE4C0 (or 0xDDE4C0) is known color: Frost. HEX triplet: DD, E4 and C0. RGB value is (221,228,192). Sum of RGB (Red+Green+Blue) = 221+228+192=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4C0 is #221B3F. Grayscale: #DDDDDD. Windows color (decimal): -2235200 or 12641501. OLE color: 12641501.

HSL color Cylindrical-coordinate representation of color #DDE4C0: hue angle of 71.67º degrees, saturation: 0.4, 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 #DDE4C0 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 192 -
CMYK 0.03 0 0.16 0.11
HSL 71.67º 0.4% 0.82% -
HSV(B) 71.67º 0.16% 0.89% -
XYZ 67.08 74.66 60.75 -
YUV 221.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 221 228 192 0.03 0 0.16 0.11 71.67 0.4 0.82
Hex DD E4 C0 3 0 10 B 48 28 52
Octal 335 344 300 3 0 20 13 110 50 122
Binary 11011101 11100100 11000000 11 0 10000 1011 1001000 101000 1010010

Color Harmonies of #DDE4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4C0

Black with #DDE4C0

Text Example


Text Example

White with #DDE4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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