Html Css Color HEX #D5EBB0 Reef

📋 copy color: '#D5EBB0'

red 213 ◦ green 235 ◦ blue 176

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

Shades of Reef #D5EBB0

Tints of Reef #D5EBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.21%

R = 34.13%
G = 37.66%
B = 28.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D5EBB0 (or 0xD5EBB0) is known color: Reef. HEX triplet: D5, EB and B0. RGB value is (213,235,176). Sum of RGB (Red+Green+Blue) = 213+235+176=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBB0 is #2A144F. Grayscale: #DDDDDD. Windows color (decimal): -2757712 or 11594709. OLE color: 11594709.

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

Color convert

RGB 213 235 176 -
CMYK 0.09 0 0.25 0.08
HSL 82.37º 0.6% 0.81% -
HSV(B) 82.37º 0.25% 0.92% -
XYZ 64.99 76.7 52.45 -
YUV 221.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 213 235 176 0.09 0 0.25 0.08 82.37 0.6 0.81
Hex D5 EB B0 9 0 19 8 52 3C 51
Octal 325 353 260 11 0 31 10 122 74 121
Binary 11010101 11101011 10110000 1001 0 11001 1000 1010010 111100 1010001

Color Harmonies of #D5EBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBB0

Black with #D5EBB0

Text Example


Text Example

White with #D5EBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBB0; }

 p { color: rgb(213,235,176); }

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

background-color css

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

 a { background-color: rgb(213,235,176); }

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

border-color css

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

 span { border-color: rgb(213,235,176); }

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