Html Css Color HEX #DDDEC7 Frost

📋 copy color: '#DDDEC7'

red 221 ◦ green 222 ◦ blue 199

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

Shades of Frost #DDDEC7

Tints of Frost #DDDEC7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.58%

 BLUE value IS 199 (78.13% from 255) = 31%

R = 34.42%
G = 34.58%
B = 31%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDDEC7 (or 0xDDDEC7) is known color: Frost. HEX triplet: DD, DE and C7. RGB value is (221,222,199). Sum of RGB (Red+Green+Blue) = 221+222+199=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEC7 is #222138. Grayscale: #DBDBDB. Windows color (decimal): -2236729 or 13098717. OLE color: 13098717.

HSL color Cylindrical-coordinate representation of color #DDDEC7: hue angle of 62.61º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDEC7 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 199 -
CMYK 0.00 0 0.10 0.13
HSL 62.61º 0.26% 0.83% -
HSV(B) 62.61º 0.1% 0.87% -
XYZ 66.25 71.74 64.39 -
YUV 219.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 221 222 199 0.00 0 0.10 0.13 62.61 0.26 0.83
Hex DD DE C7 0 0 A D 3F 1A 53
Octal 335 336 307 0 0 12 15 77 32 123
Binary 11011101 11011110 11000111 0 0 1010 1101 111111 11010 1010011

Color Harmonies of #DDDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEC7

Black with #DDDEC7

Text Example


Text Example

White with #DDDEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEC7; }

 p { color: rgb(221,222,199); }

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

background-color css

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

 a { background-color: rgb(221,222,199); }

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

border-color css

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

 span { border-color: rgb(221,222,199); }

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