Html Css Color HEX #D4EBAF Reef

📋 copy color: '#D4EBAF'

red 212 ◦ green 235 ◦ blue 175

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

Shades of Reef #D4EBAF

Tints of Reef #D4EBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.14%

R = 34.08%
G = 37.78%
B = 28.14%

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

#D4EBAF (or 0xD4EBAF) is known color: Reef. HEX triplet: D4, EB and AF. RGB value is (212,235,175). Sum of RGB (Red+Green+Blue) = 212+235+175=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBAF is #2B1450. Grayscale: #DDDDDD. Windows color (decimal): -2823249 or 11529172. OLE color: 11529172.

HSL color Cylindrical-coordinate representation of color #D4EBAF: hue angle of 83º 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 #D4EBAF is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 175 -
CMYK 0.10 0 0.26 0.08
HSL 83º 0.6% 0.8% -
HSV(B) 83º 0.26% 0.92% -
XYZ 64.6 76.51 51.92 -
YUV 221.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 212 235 175 0.10 0 0.26 0.08 83 0.6 0.8
Hex D4 EB AF A 0 1A 8 53 3C 50
Octal 324 353 257 12 0 32 10 123 74 120
Binary 11010100 11101011 10101111 1010 0 11010 1000 1010011 111100 1010000

Color Harmonies of #D4EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBAF

Black with #D4EBAF

Text Example


Text Example

White with #D4EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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