Html Css Color HEX #DDEDCC Frostee

📋 copy color: '#DDEDCC'

red 221 ◦ green 237 ◦ blue 204

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

Shades of Frostee #DDEDCC

Tints of Frostee #DDEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.8%

 BLUE value IS 204 (80.08% from 255) = 30.82%

R = 33.38%
G = 35.8%
B = 30.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DDEDCC (or 0xDDEDCC) is known color: Frostee. HEX triplet: DD, ED and CC. RGB value is (221,237,204). Sum of RGB (Red+Green+Blue) = 221+237+204=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDCC is #221233. Grayscale: #E4E4E4. Windows color (decimal): -2232884 or 13430237. OLE color: 13430237.

HSL color Cylindrical-coordinate representation of color #DDEDCC: hue angle of 89.09º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDEDCC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 204 -
CMYK 0.07 0 0.14 0.07
HSL 89.09º 0.48% 0.86% -
HSV(B) 89.09º 0.14% 0.93% -
XYZ 71 80.3 68.88 -
YUV 228.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 221 237 204 0.07 0 0.14 0.07 89.09 0.48 0.86
Hex DD ED CC 7 0 E 7 59 30 56
Octal 335 355 314 7 0 16 7 131 60 126
Binary 11011101 11101101 11001100 111 0 1110 111 1011001 110000 1010110

Color Harmonies of #DDEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDCC

Black with #DDEDCC

Text Example


Text Example

White with #DDEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDCC; }

 p { color: rgb(221,237,204); }

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

background-color css

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

 a { background-color: rgb(221,237,204); }

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

border-color css

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

 span { border-color: rgb(221,237,204); }

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