Html Css Color HEX #D5EFA1 Reef

📋 copy color: '#D5EFA1'

red 213 ◦ green 239 ◦ blue 161

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

Shades of Reef #D5EFA1

Tints of Reef #D5EFA1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.99%

 BLUE value IS 161 (63.28% from 255) = 26.26%

R = 34.75%
G = 38.99%
B = 26.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D5EFA1 (or 0xD5EFA1) is known color: Reef. HEX triplet: D5, EF and A1. RGB value is (213,239,161). Sum of RGB (Red+Green+Blue) = 213+239+161=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFA1 is #2A105E. Grayscale: #DEDEDE. Windows color (decimal): -2756703 or 10612693. OLE color: 10612693.

HSL color Cylindrical-coordinate representation of color #D5EFA1: hue angle of 80º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5EFA1 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 161 -
CMYK 0.11 0 0.33 0.06
HSL 80º 0.71% 0.78% -
HSV(B) 80º 0.33% 0.94% -
XYZ 64.74 78.45 45.45 -
YUV 222.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 213 239 161 0.11 0 0.33 0.06 80 0.71 0.78
Hex D5 EF A1 B 0 21 6 50 47 4E
Octal 325 357 241 13 0 41 6 120 107 116
Binary 11010101 11101111 10100001 1011 0 100001 110 1010000 1000111 1001110

Color Harmonies of #D5EFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFA1

Black with #D5EFA1

Text Example


Text Example

White with #D5EFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFA1; }

 p { color: rgb(213,239,161); }

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

background-color css

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

 a { background-color: rgb(213,239,161); }

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

border-color css

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

 span { border-color: rgb(213,239,161); }

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