Html Css Color HEX #D3EBB0 Reef

📋 copy color: '#D3EBB0'

red 211 ◦ green 235 ◦ blue 176

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

Shades of Reef #D3EBB0

Tints of Reef #D3EBB0

RGB

 RED value IS 211 (82.81% from 255) = 33.92%

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

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

R = 33.92%
G = 37.78%
B = 28.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D3EBB0 (or 0xD3EBB0) is known color: Reef. HEX triplet: D3, EB and B0. RGB value is (211,235,176). Sum of RGB (Red+Green+Blue) = 211+235+176=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EBB0 is #2C144F. Grayscale: #DDDDDD. Windows color (decimal): -2888784 or 11594707. OLE color: 11594707.

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

Color convert

RGB 211 235 176 -
CMYK 0.10 0 0.25 0.08
HSL 84.41º 0.6% 0.81% -
HSV(B) 84.41º 0.25% 0.92% -
XYZ 64.41 76.4 52.43 -
YUV 221.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 211 235 176 0.10 0 0.25 0.08 84.41 0.6 0.81
Hex D3 EB B0 A 0 19 8 54 3C 51
Octal 323 353 260 12 0 31 10 124 74 121
Binary 11010011 11101011 10110000 1010 0 11001 1000 1010100 111100 1010001

Color Harmonies of #D3EBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EBB0

Black with #D3EBB0

Text Example


Text Example

White with #D3EBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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