Html Css Color HEX #D7EFA1 Reef

📋 copy color: '#D7EFA1'

red 215 ◦ green 239 ◦ blue 161

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

Shades of Reef #D7EFA1

Tints of Reef #D7EFA1

RGB

 RED value IS 215 (84.38% from 255) = 34.96%

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

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

R = 34.96%
G = 38.86%
B = 26.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D7EFA1 (or 0xD7EFA1) is known color: Reef. HEX triplet: D7, EF and A1. RGB value is (215,239,161). Sum of RGB (Red+Green+Blue) = 215+239+161=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EFA1 is #28105E. Grayscale: #DFDFDF. Windows color (decimal): -2625631 or 10612695. OLE color: 10612695.

HSL color Cylindrical-coordinate representation of color #D7EFA1: hue angle of 78.46º 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 #D7EFA1 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 239 161 -
CMYK 0.10 0 0.33 0.06
HSL 78.46º 0.71% 0.78% -
HSV(B) 78.46º 0.33% 0.94% -
XYZ 65.32 78.75 45.48 -
YUV 222.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 215 239 161 0.10 0 0.33 0.06 78.46 0.71 0.78
Hex D7 EF A1 A 0 21 6 4E 47 4E
Octal 327 357 241 12 0 41 6 116 107 116
Binary 11010111 11101111 10100001 1010 0 100001 110 1001110 1000111 1001110

Color Harmonies of #D7EFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EFA1

Black with #D7EFA1

Text Example


Text Example

White with #D7EFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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