Html Css Color HEX #D6EAB0 Reef

📋 copy color: '#D6EAB0'

red 214 ◦ green 234 ◦ blue 176

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

Shades of Reef #D6EAB0

Tints of Reef #D6EAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.21%

R = 34.29%
G = 37.5%
B = 28.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D6EAB0 (or 0xD6EAB0) is known color: Reef. HEX triplet: D6, EA and B0. RGB value is (214,234,176). Sum of RGB (Red+Green+Blue) = 214+234+176=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EAB0 is #29154F. Grayscale: #DDDDDD. Windows color (decimal): -2692432 or 11594454. OLE color: 11594454.

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

Color convert

RGB 214 234 176 -
CMYK 0.09 0 0.25 0.08
HSL 80.69º 0.58% 0.8% -
HSV(B) 80.69º 0.25% 0.92% -
XYZ 64.99 76.28 52.37 -
YUV 221.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 214 234 176 0.09 0 0.25 0.08 80.69 0.58 0.8
Hex D6 EA B0 9 0 19 8 51 3A 50
Octal 326 352 260 11 0 31 10 121 72 120
Binary 11010110 11101010 10110000 1001 0 11001 1000 1010001 111010 1010000

Color Harmonies of #D6EAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAB0

Black with #D6EAB0

Text Example


Text Example

White with #D6EAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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