Html Css Color HEX #DDEAD0 Frostee

📋 copy color: '#DDEAD0'

red 221 ◦ green 234 ◦ blue 208

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

Shades of Frostee #DDEAD0

Tints of Frostee #DDEAD0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.29%

 BLUE value IS 208 (81.64% from 255) = 31.37%

R = 33.33%
G = 35.29%
B = 31.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#DDEAD0 (or 0xDDEAD0) is known color: Frostee. HEX triplet: DD, EA and D0. RGB value is (221,234,208). Sum of RGB (Red+Green+Blue) = 221+234+208=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAD0 is #22152F. Grayscale: #E3E3E3. Windows color (decimal): -2233648 or 13691613. OLE color: 13691613.

HSL color Cylindrical-coordinate representation of color #DDEAD0: hue angle of 90º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEAD0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 208 -
CMYK 0.06 0 0.11 0.08
HSL 90º 0.38% 0.87% -
HSV(B) 90º 0.11% 0.92% -
XYZ 70.63 78.77 71.16 -
YUV 227.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 221 234 208 0.06 0 0.11 0.08 90 0.38 0.87
Hex DD EA D0 6 0 B 8 5A 26 57
Octal 335 352 320 6 0 13 10 132 46 127
Binary 11011101 11101010 11010000 110 0 1011 1000 1011010 100110 1010111

Color Harmonies of #DDEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAD0

Black with #DDEAD0

Text Example


Text Example

White with #DDEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAD0; }

 p { color: rgb(221,234,208); }

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

background-color css

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

 a { background-color: rgb(221,234,208); }

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

border-color css

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

 span { border-color: rgb(221,234,208); }

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