Html Css Color HEX #D6EEAB Reef

📋 copy color: '#D6EEAB'

red 214 ◦ green 238 ◦ blue 171

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

Shades of Reef #D6EEAB

Tints of Reef #D6EEAB

RGB

 RED value IS 214 (83.98% from 255) = 34.35%

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

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

R = 34.35%
G = 38.2%
B = 27.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D6EEAB (or 0xD6EEAB) is known color: Reef. HEX triplet: D6, EE and AB. RGB value is (214,238,171). Sum of RGB (Red+Green+Blue) = 214+238+171=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEAB is #291154. Grayscale: #DFDFDF. Windows color (decimal): -2691413 or 11267798. OLE color: 11267798.

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

Color convert

RGB 214 238 171 -
CMYK 0.10 0 0.28 0.07
HSL 81.49º 0.66% 0.8% -
HSV(B) 81.49º 0.28% 0.93% -
XYZ 65.66 78.39 50.2 -
YUV 223.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 214 238 171 0.10 0 0.28 0.07 81.49 0.66 0.8
Hex D6 EE AB A 0 1C 7 51 42 50
Octal 326 356 253 12 0 34 7 121 102 120
Binary 11010110 11101110 10101011 1010 0 11100 111 1010001 1000010 1010000

Color Harmonies of #D6EEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEAB

Black with #D6EEAB

Text Example


Text Example

White with #D6EEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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