Html Css Color HEX #DDEEAA Reef

📋 copy color: '#DDEEAA'

red 221 ◦ green 238 ◦ blue 170

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

Shades of Reef #DDEEAA

Tints of Reef #DDEEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.84%

 BLUE value IS 170 (66.8% from 255) = 27.03%

R = 35.14%
G = 37.84%
B = 27.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#DDEEAA (or 0xDDEEAA) is known color: Reef. HEX triplet: DD, EE and AA. RGB value is (221,238,170). Sum of RGB (Red+Green+Blue) = 221+238+170=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAA is #221155. Grayscale: #E1E1E1. Windows color (decimal): -2232662 or 11202269. OLE color: 11202269.

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

Color convert

RGB 221 238 170 -
CMYK 0.07 0 0.29 0.07
HSL 75º 0.67% 0.8% -
HSV(B) 75º 0.29% 0.93% -
XYZ 67.65 79.42 49.8 -
YUV 225.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 221 238 170 0.07 0 0.29 0.07 75 0.67 0.8
Hex DD EE AA 7 0 1D 7 4B 43 50
Octal 335 356 252 7 0 35 7 113 103 120
Binary 11011101 11101110 10101010 111 0 11101 111 1001011 1000011 1010000

Color Harmonies of #DDEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEAA

Black with #DDEEAA

Text Example


Text Example

White with #DDEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEAA; }

 p { color: rgb(221,238,170); }

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

background-color css

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

 a { background-color: rgb(221,238,170); }

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

border-color css

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

 span { border-color: rgb(221,238,170); }

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