Html Css Color HEX #D5E8AF Reef

📋 copy color: '#D5E8AF'

red 213 ◦ green 232 ◦ blue 175

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

Shades of Reef #D5E8AF

Tints of Reef #D5E8AF

RGB

 RED value IS 213 (83.59% from 255) = 34.35%

 GREEN value IS 232 (91.02% from 255) = 37.42%

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

R = 34.35%
G = 37.42%
B = 28.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#D5E8AF (or 0xD5E8AF) is known color: Reef. HEX triplet: D5, E8 and AF. RGB value is (213,232,175). Sum of RGB (Red+Green+Blue) = 213+232+175=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E8AF is #2A1750. Grayscale: #DCDCDC. Windows color (decimal): -2758481 or 11528405. OLE color: 11528405.

HSL color Cylindrical-coordinate representation of color #D5E8AF: hue angle of 80º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5E8AF is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 232 175 -
CMYK 0.08 0 0.25 0.09
HSL 80º 0.55% 0.8% -
HSV(B) 80º 0.25% 0.91% -
XYZ 64.04 74.95 51.65 -
YUV 219.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 213 232 175 0.08 0 0.25 0.09 80 0.55 0.8
Hex D5 E8 AF 8 0 19 9 50 37 50
Octal 325 350 257 10 0 31 11 120 67 120
Binary 11010101 11101000 10101111 1000 0 11001 1001 1010000 110111 1010000

Color Harmonies of #D5E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8AF

Black with #D5E8AF

Text Example


Text Example

White with #D5E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8AF; }

 p { color: rgb(213,232,175); }

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

background-color css

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

 a { background-color: rgb(213,232,175); }

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

border-color css

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

 span { border-color: rgb(213,232,175); }

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