Html Css Color HEX #D5ECA8 Reef

📋 copy color: '#D5ECA8'

red 213 ◦ green 236 ◦ blue 168

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

Shades of Reef #D5ECA8

Tints of Reef #D5ECA8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.25%

 BLUE value IS 168 (66.02% from 255) = 27.23%

R = 34.52%
G = 38.25%
B = 27.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#D5ECA8 (or 0xD5ECA8) is known color: Reef. HEX triplet: D5, EC and A8. RGB value is (213,236,168). Sum of RGB (Red+Green+Blue) = 213+236+168=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECA8 is #2A1357. Grayscale: #DDDDDD. Windows color (decimal): -2757464 or 11070677. OLE color: 11070677.

HSL color Cylindrical-coordinate representation of color #D5ECA8: hue angle of 80.29º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5ECA8 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 168 -
CMYK 0.10 0 0.29 0.07
HSL 80.29º 0.64% 0.79% -
HSV(B) 80.29º 0.29% 0.93% -
XYZ 64.5 76.96 48.5 -
YUV 221.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 213 236 168 0.10 0 0.29 0.07 80.29 0.64 0.79
Hex D5 EC A8 A 0 1D 7 50 40 4F
Octal 325 354 250 12 0 35 7 120 100 117
Binary 11010101 11101100 10101000 1010 0 11101 111 1010000 1000000 1001111

Color Harmonies of #D5ECA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ECA8

Black with #D5ECA8

Text Example


Text Example

White with #D5ECA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ECA8; }

 p { color: rgb(213,236,168); }

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

background-color css

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

 a { background-color: rgb(213,236,168); }

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

border-color css

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

 span { border-color: rgb(213,236,168); }

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