Html Css Color HEX #DDEEAD Reef

📋 copy color: '#DDEEAD'

red 221 ◦ green 238 ◦ blue 173

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

Shades of Reef #DDEEAD

Tints of Reef #DDEEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.37%

R = 34.97%
G = 37.66%
B = 27.37%

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

#DDEEAD (or 0xDDEEAD) is known color: Reef. HEX triplet: DD, EE and AD. RGB value is (221,238,173). Sum of RGB (Red+Green+Blue) = 221+238+173=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAD is #221152. Grayscale: #E1E1E1. Windows color (decimal): -2232659 or 11398877. OLE color: 11398877.

HSL color Cylindrical-coordinate representation of color #DDEEAD: hue angle of 75.69º degrees, saturation: 0.66, 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 #DDEEAD is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 173 -
CMYK 0.07 0 0.27 0.07
HSL 75.69º 0.66% 0.81% -
HSV(B) 75.69º 0.27% 0.93% -
XYZ 67.94 79.54 51.31 -
YUV 225.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 221 238 173 0.07 0 0.27 0.07 75.69 0.66 0.81
Hex DD EE AD 7 0 1B 7 4C 42 51
Octal 335 356 255 7 0 33 7 114 102 121
Binary 11011101 11101110 10101101 111 0 11011 111 1001100 1000010 1010001

Color Harmonies of #DDEEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEAD

Black with #DDEEAD

Text Example


Text Example

White with #DDEEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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