Html Css Color HEX #DDEEAE Reef

📋 copy color: '#DDEEAE'

red 221 ◦ green 238 ◦ blue 174

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

Shades of Reef #DDEEAE

Tints of Reef #DDEEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.49%

R = 34.91%
G = 37.6%
B = 27.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#DDEEAE (or 0xDDEEAE) is known color: Reef. HEX triplet: DD, EE and AE. RGB value is (221,238,174). Sum of RGB (Red+Green+Blue) = 221+238+174=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAE is #221151. Grayscale: #E1E1E1. Windows color (decimal): -2232658 or 11464413. OLE color: 11464413.

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

Color convert

RGB 221 238 174 -
CMYK 0.07 0 0.27 0.07
HSL 75.94º 0.65% 0.81% -
HSV(B) 75.94º 0.27% 0.93% -
XYZ 68.03 79.58 51.82 -
YUV 225.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 221 238 174 0.07 0 0.27 0.07 75.94 0.65 0.81
Hex DD EE AE 7 0 1B 7 4C 41 51
Octal 335 356 256 7 0 33 7 114 101 121
Binary 11011101 11101110 10101110 111 0 11011 111 1001100 1000001 1010001

Color Harmonies of #DDEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEAE

Black with #DDEEAE

Text Example


Text Example

White with #DDEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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