Html Css Color HEX #DDE9CF Frostee

📋 copy color: '#DDE9CF'

red 221 ◦ green 233 ◦ blue 207

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

Shades of Frostee #DDE9CF

Tints of Frostee #DDE9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.25%

 BLUE value IS 207 (81.25% from 255) = 31.32%

R = 33.43%
G = 35.25%
B = 31.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#DDE9CF (or 0xDDE9CF) is known color: Frostee. HEX triplet: DD, E9 and CF. RGB value is (221,233,207). Sum of RGB (Red+Green+Blue) = 221+233+207=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9CF is #221630. Grayscale: #E2E2E2. Windows color (decimal): -2233905 or 13625821. OLE color: 13625821.

HSL color Cylindrical-coordinate representation of color #DDE9CF: hue angle of 87.69º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE9CF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 207 -
CMYK 0.05 0 0.11 0.09
HSL 87.69º 0.37% 0.86% -
HSV(B) 87.69º 0.11% 0.91% -
XYZ 70.22 78.15 70.42 -
YUV 226.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 221 233 207 0.05 0 0.11 0.09 87.69 0.37 0.86
Hex DD E9 CF 5 0 B 9 58 25 56
Octal 335 351 317 5 0 13 11 130 45 126
Binary 11011101 11101001 11001111 101 0 1011 1001 1011000 100101 1010110

Color Harmonies of #DDE9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9CF

Black with #DDE9CF

Text Example


Text Example

White with #DDE9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9CF; }

 p { color: rgb(221,233,207); }

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

background-color css

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

 a { background-color: rgb(221,233,207); }

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

border-color css

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

 span { border-color: rgb(221,233,207); }

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