Html Css Color HEX #D6EAAB Reef

📋 copy color: '#D6EAAB'

red 214 ◦ green 234 ◦ blue 171

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

Shades of Reef #D6EAAB

Tints of Reef #D6EAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.8%

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

R = 34.57%
G = 37.8%
B = 27.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#D6EAAB (or 0xD6EAAB) is known color: Reef. HEX triplet: D6, EA and AB. RGB value is (214,234,171). Sum of RGB (Red+Green+Blue) = 214+234+171=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EAAB is #291554. Grayscale: #DDDDDD. Windows color (decimal): -2692437 or 11266774. OLE color: 11266774.

HSL color Cylindrical-coordinate representation of color #D6EAAB: hue angle of 79.05º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6EAAB is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 234 171 -
CMYK 0.09 0 0.27 0.08
HSL 79.05º 0.6% 0.79% -
HSV(B) 79.05º 0.27% 0.92% -
XYZ 64.51 76.08 49.81 -
YUV 220.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 214 234 171 0.09 0 0.27 0.08 79.05 0.6 0.79
Hex D6 EA AB 9 0 1B 8 4F 3C 4F
Octal 326 352 253 11 0 33 10 117 74 117
Binary 11010110 11101010 10101011 1001 0 11011 1000 1001111 111100 1001111

Color Harmonies of #D6EAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAAB

Black with #D6EAAB

Text Example


Text Example

White with #D6EAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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