Html Css Color HEX #D6EBAF Reef

📋 copy color: '#D6EBAF'

red 214 ◦ green 235 ◦ blue 175

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

Shades of Reef #D6EBAF

Tints of Reef #D6EBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.66%

 BLUE value IS 175 (68.75% from 255) = 28.04%

R = 34.29%
G = 37.66%
B = 28.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#D6EBAF (or 0xD6EBAF) is known color: Reef. HEX triplet: D6, EB and AF. RGB value is (214,235,175). Sum of RGB (Red+Green+Blue) = 214+235+175=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBAF is #291450. Grayscale: #DEDEDE. Windows color (decimal): -2692177 or 11529174. OLE color: 11529174.

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

Color convert

RGB 214 235 175 -
CMYK 0.09 0 0.26 0.08
HSL 81º 0.6% 0.8% -
HSV(B) 81º 0.26% 0.92% -
XYZ 65.18 76.81 51.95 -
YUV 221.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 214 235 175 0.09 0 0.26 0.08 81 0.6 0.8
Hex D6 EB AF 9 0 1A 8 51 3C 50
Octal 326 353 257 11 0 32 10 121 74 120
Binary 11010110 11101011 10101111 1001 0 11010 1000 1010001 111100 1010000

Color Harmonies of #D6EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBAF

Black with #D6EBAF

Text Example


Text Example

White with #D6EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBAF; }

 p { color: rgb(214,235,175); }

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

background-color css

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

 a { background-color: rgb(214,235,175); }

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

border-color css

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

 span { border-color: rgb(214,235,175); }

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