Html Css Color HEX #E7CFB5 Givry

📋 copy color: '#E7CFB5'

red 231 ◦ green 207 ◦ blue 181

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

Shades of Givry #E7CFB5

Tints of Givry #E7CFB5

RGB

 RED value IS 231 (90.63% from 255) = 37.32%

 GREEN value IS 207 (81.25% from 255) = 33.44%

 BLUE value IS 181 (71.09% from 255) = 29.24%

R = 37.32%
G = 33.44%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E7CFB5 (or 0xE7CFB5) is known color: Givry. HEX triplet: E7, CF and B5. RGB value is (231,207,181). Sum of RGB (Red+Green+Blue) = 231+207+181=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFB5 is #18304A. Grayscale: #D3D3D3. Windows color (decimal): -1585227 or 11915239. OLE color: 11915239.

HSL color Cylindrical-coordinate representation of color #E7CFB5: hue angle of 31.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7CFB5 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 181 -
CMYK 0 0.10 0.22 0.09
HSL 31.2º 0.51% 0.81% -
HSV(B) 31.2º 0.22% 0.91% -
XYZ 63.61 64.95 52.9 -
YUV 211.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 231 207 181 0 0.10 0.22 0.09 31.2 0.51 0.81
Hex E7 CF B5 0 A 16 9 1F 33 51
Octal 347 317 265 0 12 26 11 37 63 121
Binary 11100111 11001111 10110101 0 1010 10110 1001 11111 110011 1010001

Color Harmonies of #E7CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CFB5

Black with #E7CFB5

Text Example


Text Example

White with #E7CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CFB5; }

 p { color: rgb(231,207,181); }

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

background-color css

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

 a { background-color: rgb(231,207,181); }

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

border-color css

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

 span { border-color: rgb(231,207,181); }

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