Html Css Color HEX #D3EFA1 Reef

📋 copy color: '#D3EFA1'

red 211 ◦ green 239 ◦ blue 161

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

Shades of Reef #D3EFA1

Tints of Reef #D3EFA1

RGB

 RED value IS 211 (82.81% from 255) = 34.53%

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

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

R = 34.53%
G = 39.12%
B = 26.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D3EFA1 (or 0xD3EFA1) is known color: Reef. HEX triplet: D3, EF and A1. RGB value is (211,239,161). Sum of RGB (Red+Green+Blue) = 211+239+161=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EFA1 is #2C105E. Grayscale: #DEDEDE. Windows color (decimal): -2887775 or 10612691. OLE color: 10612691.

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

Color convert

RGB 211 239 161 -
CMYK 0.12 0 0.33 0.06
HSL 81.54º 0.71% 0.78% -
HSV(B) 81.54º 0.33% 0.94% -
XYZ 64.16 78.16 45.42 -
YUV 221.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 211 239 161 0.12 0 0.33 0.06 81.54 0.71 0.78
Hex D3 EF A1 C 0 21 6 52 47 4E
Octal 323 357 241 14 0 41 6 122 107 116
Binary 11010011 11101111 10100001 1100 0 100001 110 1010010 1000111 1001110

Color Harmonies of #D3EFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EFA1

Black with #D3EFA1

Text Example


Text Example

White with #D3EFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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