#CECAB1

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

Shades of Chrome White #CECAB1

Tints of Chrome White #CECAB1

Color information

#CECAB1 (or 0xCECAB1) is unknown color: approx Chrome White. HEX triplet: CE, CA and B1. RGB value is (206,202,177). Sum of RGB (Red+Green+Blue) = 206+202+177=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAB1 is #31354E. Grayscale: #C8C8C8. Windows color (decimal): -3224911 or 11651790. OLE color: 11651790.

HSL color Cylindrical-coordinate representation of color #CECAB1: hue angle of 51.72º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206202177-
CMYK00.020.140.19
HSL51.72º22.83%75.1%-
HSV(B)51.72º14.08%80.78%-
XYZ54.5158.5450.02-
YUV200.35114.83132.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=35.21%
G=34.53%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620217700.020.140.1951.7222.8375.1
HexCECAB102E1334174b
Octal3163122610216236427113
Binary110011101100101010110001010111010011110100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAB1; }

 p { color: rgb(206,202,177); }

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

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

 a { background-color: rgb(206,202,177); }

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

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

 span { border-color: rgb(206,202,177); }

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