Html Css Color HEX #D3EFB1 Reef

📋 copy color: '#D3EFB1'

red 211 ◦ green 239 ◦ blue 177

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

Shades of Reef #D3EFB1

Tints of Reef #D3EFB1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.12%

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

R = 33.65%
G = 38.12%
B = 28.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#D3EFB1 (or 0xD3EFB1) is known color: Reef. HEX triplet: D3, EF and B1. RGB value is (211,239,177). Sum of RGB (Red+Green+Blue) = 211+239+177=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EFB1 is #2C104E. Grayscale: #DFDFDF. Windows color (decimal): -2887759 or 11661267. OLE color: 11661267.

HSL color Cylindrical-coordinate representation of color #D3EFB1: hue angle of 87.1º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3EFB1 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 239 177 -
CMYK 0.12 0 0.26 0.06
HSL 87.1º 0.66% 0.82% -
HSV(B) 87.1º 0.26% 0.94% -
XYZ 65.67 78.76 53.34 -
YUV 223.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 211 239 177 0.12 0 0.26 0.06 87.1 0.66 0.82
Hex D3 EF B1 C 0 1A 6 57 42 52
Octal 323 357 261 14 0 32 6 127 102 122
Binary 11010011 11101111 10110001 1100 0 11010 110 1010111 1000010 1010010

Color Harmonies of #D3EFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EFB1

Black with #D3EFB1

Text Example


Text Example

White with #D3EFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EFB1; }

 p { color: rgb(211,239,177); }

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

background-color css

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

 a { background-color: rgb(211,239,177); }

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

border-color css

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

 span { border-color: rgb(211,239,177); }

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