Html Css Color HEX #D5EBA6 Reef

📋 copy color: '#D5EBA6'

red 213 ◦ green 235 ◦ blue 166

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

Shades of Reef #D5EBA6

Tints of Reef #D5EBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.04%

R = 34.69%
G = 38.27%
B = 27.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#D5EBA6 (or 0xD5EBA6) is known color: Reef. HEX triplet: D5, EB and A6. RGB value is (213,235,166). Sum of RGB (Red+Green+Blue) = 213+235+166=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBA6 is #2A1459. Grayscale: #DCDCDC. Windows color (decimal): -2757722 or 10939349. OLE color: 10939349.

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

Color convert

RGB 213 235 166 -
CMYK 0.09 0 0.29 0.08
HSL 79.13º 0.63% 0.79% -
HSV(B) 79.13º 0.29% 0.92% -
XYZ 64.03 76.32 47.43 -
YUV 220.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 213 235 166 0.09 0 0.29 0.08 79.13 0.63 0.79
Hex D5 EB A6 9 0 1D 8 4F 3F 4F
Octal 325 353 246 11 0 35 10 117 77 117
Binary 11010101 11101011 10100110 1001 0 11101 1000 1001111 111111 1001111

Color Harmonies of #D5EBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBA6

Black with #D5EBA6

Text Example


Text Example

White with #D5EBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBA6; }

 p { color: rgb(213,235,166); }

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

background-color css

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

 a { background-color: rgb(213,235,166); }

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

border-color css

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

 span { border-color: rgb(213,235,166); }

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