Html Css Color HEX #D4EBAE Reef

📋 copy color: '#D4EBAE'

red 212 ◦ green 235 ◦ blue 174

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

Shades of Reef #D4EBAE

Tints of Reef #D4EBAE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.84%

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

R = 34.14%
G = 37.84%
B = 28.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#D4EBAE (or 0xD4EBAE) is known color: Reef. HEX triplet: D4, EB and AE. RGB value is (212,235,174). Sum of RGB (Red+Green+Blue) = 212+235+174=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBAE is #2B1451. Grayscale: #DDDDDD. Windows color (decimal): -2823250 or 11463636. OLE color: 11463636.

HSL color Cylindrical-coordinate representation of color #D4EBAE: hue angle of 82.62º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4EBAE is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 174 -
CMYK 0.10 0 0.26 0.08
HSL 82.62º 0.6% 0.8% -
HSV(B) 82.62º 0.26% 0.92% -
XYZ 64.5 76.47 51.41 -
YUV 221.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 212 235 174 0.10 0 0.26 0.08 82.62 0.6 0.8
Hex D4 EB AE A 0 1A 8 53 3C 50
Octal 324 353 256 12 0 32 10 123 74 120
Binary 11010100 11101011 10101110 1010 0 11010 1000 1010011 111100 1010000

Color Harmonies of #D4EBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBAE

Black with #D4EBAE

Text Example


Text Example

White with #D4EBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBAE; }

 p { color: rgb(212,235,174); }

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

background-color css

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

 a { background-color: rgb(212,235,174); }

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

border-color css

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

 span { border-color: rgb(212,235,174); }

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