#ECCFAD

Color #ECCFAD Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #ECCFAD

Tints of Givry #ECCFAD

Color information

#ECCFAD (or 0xECCFAD) is unknown color: approx Givry. HEX triplet: EC, CF and AD. RGB value is (236,207,173). Sum of RGB (Red+Green+Blue) = 236+207+173=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFAD is #133052. Grayscale: #D3D3D3. Windows color (decimal): -1257555 or 11390956. OLE color: 11390956.

HSL color Cylindrical-coordinate representation of color #ECCFAD: hue angle of 32.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECCFAD is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236207173-
CMYK00.120.270.07
HSL32.38º62.38%80.2%-
HSV(B)32.38º26.69%92.55%-
XYZ64.4565.4848.78-
YUV211.8106.11145.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=38.31%
G=33.60%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620717300.120.270.0732.3862.3880.2
HexECCFAD0C1B7203e50
Octal3543172550143374076120
Binary11101100110011111010110101100110111111000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFAD; }

 p { color: rgb(236,207,173); }

 H1.HeaderClassName
 {
   color: #ECCFAD;
 }
 .AnyTagClassName
 {
   color: #ECCFAD;
 }
</style>
background-color css

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

 a { background-color: rgb(236,207,173); }

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

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

 span { border-color: rgb(236,207,173); }

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