Html Css Color HEX #D5EEAA Reef

📋 copy color: '#D5EEAA'

red 213 ◦ green 238 ◦ blue 170

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

Shades of Reef #D5EEAA

Tints of Reef #D5EEAA

RGB

 RED value IS 213 (83.59% from 255) = 34.3%

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

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

R = 34.3%
G = 38.33%
B = 27.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#D5EEAA (or 0xD5EEAA) is known color: Reef. HEX triplet: D5, EE and AA. RGB value is (213,238,170). Sum of RGB (Red+Green+Blue) = 213+238+170=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EEAA is #2A1155. Grayscale: #DFDFDF. Windows color (decimal): -2756950 or 11202261. OLE color: 11202261.

HSL color Cylindrical-coordinate representation of color #D5EEAA: hue angle of 82.06º 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 #D5EEAA is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 238 170 -
CMYK 0.11 0 0.29 0.07
HSL 82.06º 0.67% 0.8% -
HSV(B) 82.06º 0.29% 0.93% -
XYZ 65.27 78.2 49.68 -
YUV 222.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 213 238 170 0.11 0 0.29 0.07 82.06 0.67 0.8
Hex D5 EE AA B 0 1D 7 52 43 50
Octal 325 356 252 13 0 35 7 122 103 120
Binary 11010101 11101110 10101010 1011 0 11101 111 1010010 1000011 1010000

Color Harmonies of #D5EEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEAA

Black with #D5EEAA

Text Example


Text Example

White with #D5EEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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