Html Css Color HEX #D4EEA1 Reef

📋 copy color: '#D4EEA1'

red 212 ◦ green 238 ◦ blue 161

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

Shades of Reef #D4EEA1

Tints of Reef #D4EEA1

RGB

 RED value IS 212 (83.2% from 255) = 34.7%

 GREEN value IS 238 (93.36% from 255) = 38.95%

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

R = 34.7%
G = 38.95%
B = 26.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#D4EEA1 (or 0xD4EEA1) is known color: Reef. HEX triplet: D4, EE and A1. RGB value is (212,238,161). Sum of RGB (Red+Green+Blue) = 212+238+161=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EEA1 is #2B115E. Grayscale: #DDDDDD. Windows color (decimal): -2822495 or 10612436. OLE color: 10612436.

HSL color Cylindrical-coordinate representation of color #D4EEA1: hue angle of 80.26º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4EEA1 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 238 161 -
CMYK 0.11 0 0.32 0.07
HSL 80.26º 0.69% 0.78% -
HSV(B) 80.26º 0.32% 0.93% -
XYZ 64.16 77.72 45.34 -
YUV 221.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 212 238 161 0.11 0 0.32 0.07 80.26 0.69 0.78
Hex D4 EE A1 B 0 20 7 50 45 4E
Octal 324 356 241 13 0 40 7 120 105 116
Binary 11010100 11101110 10100001 1011 0 100000 111 1010000 1000101 1001110

Color Harmonies of #D4EEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EEA1

Black with #D4EEA1

Text Example


Text Example

White with #D4EEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EEA1; }

 p { color: rgb(212,238,161); }

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

background-color css

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

 a { background-color: rgb(212,238,161); }

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

border-color css

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

 span { border-color: rgb(212,238,161); }

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