Html Css Color HEX #D5EEAC Reef

📋 copy color: '#D5EEAC'

red 213 ◦ green 238 ◦ blue 172

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

Shades of Reef #D5EEAC

Tints of Reef #D5EEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.61%

R = 34.19%
G = 38.2%
B = 27.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D5EEAC (or 0xD5EEAC) is known color: Reef. HEX triplet: D5, EE and AC. RGB value is (213,238,172). Sum of RGB (Red+Green+Blue) = 213+238+172=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EEAC is #2A1153. Grayscale: #DFDFDF. Windows color (decimal): -2756948 or 11333333. OLE color: 11333333.

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

Color convert

RGB 213 238 172 -
CMYK 0.11 0 0.28 0.07
HSL 82.73º 0.66% 0.8% -
HSV(B) 82.73º 0.28% 0.93% -
XYZ 65.46 78.27 50.69 -
YUV 223 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 213 238 172 0.11 0 0.28 0.07 82.73 0.66 0.8
Hex D5 EE AC B 0 1C 7 53 42 50
Octal 325 356 254 13 0 34 7 123 102 120
Binary 11010101 11101110 10101100 1011 0 11100 111 1010011 1000010 1010000

Color Harmonies of #D5EEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEAC

Black with #D5EEAC

Text Example


Text Example

White with #D5EEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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