Html Css Color HEX #DDE6D3 Frostee

📋 copy color: '#DDE6D3'

red 221 ◦ green 230 ◦ blue 211

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

Shades of Frostee #DDE6D3

Tints of Frostee #DDE6D3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.74%

 BLUE value IS 211 (82.81% from 255) = 31.87%

R = 33.38%
G = 34.74%
B = 31.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#DDE6D3 (or 0xDDE6D3) is known color: Frostee. HEX triplet: DD, E6 and D3. RGB value is (221,230,211). Sum of RGB (Red+Green+Blue) = 221+230+211=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6D3 is #22192C. Grayscale: #E1E1E1. Windows color (decimal): -2234669 or 13887197. OLE color: 13887197.

HSL color Cylindrical-coordinate representation of color #DDE6D3: hue angle of 88.42º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE6D3 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 211 -
CMYK 0.04 0 0.08 0.10
HSL 88.42º 0.28% 0.86% -
HSV(B) 88.42º 0.08% 0.9% -
XYZ 69.87 76.67 72.74 -
YUV 225.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 221 230 211 0.04 0 0.08 0.10 88.42 0.28 0.86
Hex DD E6 D3 4 0 8 A 58 1C 56
Octal 335 346 323 4 0 10 12 130 34 126
Binary 11011101 11100110 11010011 100 0 1000 1010 1011000 11100 1010110

Color Harmonies of #DDE6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6D3

Black with #DDE6D3

Text Example


Text Example

White with #DDE6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6D3; }

 p { color: rgb(221,230,211); }

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

background-color css

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

 a { background-color: rgb(221,230,211); }

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

border-color css

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

 span { border-color: rgb(221,230,211); }

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