Html Css Color HEX #DDEACC Frostee

📋 copy color: '#DDEACC'

red 221 ◦ green 234 ◦ blue 204

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

Shades of Frostee #DDEACC

Tints of Frostee #DDEACC

RGB

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

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

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

R = 33.54%
G = 35.51%
B = 30.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#DDEACC (or 0xDDEACC) is known color: Frostee. HEX triplet: DD, EA and CC. RGB value is (221,234,204). Sum of RGB (Red+Green+Blue) = 221+234+204=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEACC is #221533. Grayscale: #E2E2E2. Windows color (decimal): -2233652 or 13429469. OLE color: 13429469.

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

Color convert

RGB 221 234 204 -
CMYK 0.06 0 0.13 0.08
HSL 86º 0.42% 0.86% -
HSV(B) 86º 0.13% 0.92% -
XYZ 70.14 78.58 68.6 -
YUV 226.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 221 234 204 0.06 0 0.13 0.08 86 0.42 0.86
Hex DD EA CC 6 0 D 8 56 2A 56
Octal 335 352 314 6 0 15 10 126 52 126
Binary 11011101 11101010 11001100 110 0 1101 1000 1010110 101010 1010110

Color Harmonies of #DDEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEACC

Black with #DDEACC

Text Example


Text Example

White with #DDEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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