Html Css Color HEX #D3E2A1 Reef

📋 copy color: '#D3E2A1'

red 211 ◦ green 226 ◦ blue 161

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

Shades of Reef #D3E2A1

Tints of Reef #D3E2A1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.79%

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

R = 35.28%
G = 37.79%
B = 26.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#D3E2A1 (or 0xD3E2A1) is known color: Reef. HEX triplet: D3, E2 and A1. RGB value is (211,226,161). Sum of RGB (Red+Green+Blue) = 211+226+161=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E2A1 is #2C1D5E. Grayscale: #D6D6D6. Windows color (decimal): -2891103 or 10609363. OLE color: 10609363.

HSL color Cylindrical-coordinate representation of color #D3E2A1: hue angle of 73.85º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3E2A1 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 226 161 -
CMYK 0.07 0 0.29 0.11
HSL 73.85º 0.53% 0.76% -
HSV(B) 73.85º 0.29% 0.89% -
XYZ 60.49 70.81 44.2 -
YUV 214.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 211 226 161 0.07 0 0.29 0.11 73.85 0.53 0.76
Hex D3 E2 A1 7 0 1D B 4A 35 4C
Octal 323 342 241 7 0 35 13 112 65 114
Binary 11010011 11100010 10100001 111 0 11101 1011 1001010 110101 1001100

Color Harmonies of #D3E2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E2A1

Black with #D3E2A1

Text Example


Text Example

White with #D3E2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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