#E6CF9B

Color #E6CF9B Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E6CF9B

Tints of Double Colonial White #E6CF9B

Color information

#E6CF9B (or 0xE6CF9B) is unknown color: approx Double Colonial White. HEX triplet: E6, CF and 9B. RGB value is (230,207,155). Sum of RGB (Red+Green+Blue) = 230+207+155=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF9B is #193064. Grayscale: #D0D0D0. Windows color (decimal): -1650789 or 10211302. OLE color: 10211302.

HSL color Cylindrical-coordinate representation of color #E6CF9B: hue angle of 41.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6CF9B is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230207155-
CMYK00.100.330.10
HSL41.6º60%75.49%-
HSV(B)41.6º32.61%90.2%-
XYZ60.8663.8240.12-
YUV207.9598.12143.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 155 (60.94% from 255) = 26.18%
R=38.85%
G=34.97%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020715500.100.330.1041.66075.49
HexE6CF9B0A21A2a3c4b
Octal34631723301241125274113
Binary1110011011001111100110110101010000110101010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CF9B; }

 p { color: rgb(230,207,155); }

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

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

 a { background-color: rgb(230,207,155); }

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

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

 span { border-color: rgb(230,207,155); }

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