Html Css Color HEX #DDEEAB Reef

📋 copy color: '#DDEEAB'

red 221 ◦ green 238 ◦ blue 171

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

Shades of Reef #DDEEAB

Tints of Reef #DDEEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.14%

R = 35.08%
G = 37.78%
B = 27.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#DDEEAB (or 0xDDEEAB) is known color: Reef. HEX triplet: DD, EE and AB. RGB value is (221,238,171). Sum of RGB (Red+Green+Blue) = 221+238+171=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAB is #221154. Grayscale: #E1E1E1. Windows color (decimal): -2232661 or 11267805. OLE color: 11267805.

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

Color convert

RGB 221 238 171 -
CMYK 0.07 0 0.28 0.07
HSL 75.22º 0.66% 0.8% -
HSV(B) 75.22º 0.28% 0.93% -
XYZ 67.74 79.46 50.3 -
YUV 225.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 221 238 171 0.07 0 0.28 0.07 75.22 0.66 0.8
Hex DD EE AB 7 0 1C 7 4B 42 50
Octal 335 356 253 7 0 34 7 113 102 120
Binary 11011101 11101110 10101011 111 0 11100 111 1001011 1000010 1010000

Color Harmonies of #DDEEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEAB

Black with #DDEEAB

Text Example


Text Example

White with #DDEEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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