Html Css Color HEX #D3E4AE Reef

📋 copy color: '#D3E4AE'

red 211 ◦ green 228 ◦ blue 174

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

Shades of Reef #D3E4AE

Tints of Reef #D3E4AE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.19%

 BLUE value IS 174 (68.36% from 255) = 28.38%

R = 34.42%
G = 37.19%
B = 28.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#D3E4AE (or 0xD3E4AE) is known color: Reef. HEX triplet: D3, E4 and AE. RGB value is (211,228,174). Sum of RGB (Red+Green+Blue) = 211+228+174=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E4AE is #2C1B51. Grayscale: #D8D8D8. Windows color (decimal): -2890578 or 11461843. OLE color: 11461843.

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

Color convert

RGB 211 228 174 -
CMYK 0.07 0 0.24 0.11
HSL 78.89º 0.5% 0.79% -
HSV(B) 78.89º 0.24% 0.89% -
XYZ 62.25 72.39 50.74 -
YUV 216.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 211 228 174 0.07 0 0.24 0.11 78.89 0.5 0.79
Hex D3 E4 AE 7 0 18 B 4F 32 4F
Octal 323 344 256 7 0 30 13 117 62 117
Binary 11010011 11100100 10101110 111 0 11000 1011 1001111 110010 1001111

Color Harmonies of #D3E4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E4AE

Black with #D3E4AE

Text Example


Text Example

White with #D3E4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E4AE; }

 p { color: rgb(211,228,174); }

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

background-color css

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

 a { background-color: rgb(211,228,174); }

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

border-color css

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

 span { border-color: rgb(211,228,174); }

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