Html Css Color HEX #E6D3B6 Givry

📋 copy color: '#E6D3B6'

red 230 ◦ green 211 ◦ blue 182

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

Shades of Givry #E6D3B6

Tints of Givry #E6D3B6

RGB

 RED value IS 230 (90.23% from 255) = 36.92%

 GREEN value IS 211 (82.81% from 255) = 33.87%

 BLUE value IS 182 (71.48% from 255) = 29.21%

R = 36.92%
G = 33.87%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E6D3B6 (or 0xE6D3B6) is known color: Givry. HEX triplet: E6, D3 and B6. RGB value is (230,211,182). Sum of RGB (Red+Green+Blue) = 230+211+182=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3B6 is #192C49. Grayscale: #D5D5D5. Windows color (decimal): -1649738 or 11981798. OLE color: 11981798.

HSL color Cylindrical-coordinate representation of color #E6D3B6: hue angle of 36.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6D3B6 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 211 182 -
CMYK 0 0.08 0.21 0.10
HSL 36.25º 0.49% 0.81% -
HSV(B) 36.25º 0.21% 0.9% -
XYZ 64.37 66.79 53.75 -
YUV 213.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 230 211 182 0 0.08 0.21 0.10 36.25 0.49 0.81
Hex E6 D3 B6 0 8 15 A 24 31 51
Octal 346 323 266 0 10 25 12 44 61 121
Binary 11100110 11010011 10110110 0 1000 10101 1010 100100 110001 1010001

Color Harmonies of #E6D3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D3B6

Black with #E6D3B6

Text Example


Text Example

White with #E6D3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D3B6; }

 p { color: rgb(230,211,182); }

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

background-color css

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

 a { background-color: rgb(230,211,182); }

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

border-color css

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

 span { border-color: rgb(230,211,182); }

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