Html Css Color HEX #D5EBB1 Reef

📋 copy color: '#D5EBB1'

red 213 ◦ green 235 ◦ blue 177

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

Shades of Reef #D5EBB1

Tints of Reef #D5EBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.32%

R = 34.08%
G = 37.6%
B = 28.32%

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

#D5EBB1 (or 0xD5EBB1) is known color: Reef. HEX triplet: D5, EB and B1. RGB value is (213,235,177). Sum of RGB (Red+Green+Blue) = 213+235+177=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBB1 is #2A144E. Grayscale: #DEDEDE. Windows color (decimal): -2757711 or 11660245. OLE color: 11660245.

HSL color Cylindrical-coordinate representation of color #D5EBB1: hue angle of 82.76º degrees, saturation: 0.59, 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 #D5EBB1 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 177 -
CMYK 0.09 0 0.25 0.08
HSL 82.76º 0.59% 0.81% -
HSV(B) 82.76º 0.25% 0.92% -
XYZ 65.08 76.74 52.98 -
YUV 221.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 213 235 177 0.09 0 0.25 0.08 82.76 0.59 0.81
Hex D5 EB B1 9 0 19 8 53 3B 51
Octal 325 353 261 11 0 31 10 123 73 121
Binary 11010101 11101011 10110001 1001 0 11001 1000 1010011 111011 1010001

Color Harmonies of #D5EBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBB1

Black with #D5EBB1

Text Example


Text Example

White with #D5EBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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