#CECAAB

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

Shades of White Rock #CECAAB

Tints of White Rock #CECAAB

Color information

#CECAAB (or 0xCECAAB) is unknown color: approx White Rock. HEX triplet: CE, CA and AB. RGB value is (206,202,171). Sum of RGB (Red+Green+Blue) = 206+202+171=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAAB is #313554. Grayscale: #C7C7C7. Windows color (decimal): -3224917 or 11258574. OLE color: 11258574.

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

Color convert

RGB206202171-
CMYK00.020.170.19
HSL53.14º26.32%73.92%-
HSV(B)53.14º16.99%80.78%-
XYZ53.9258.346.94-
YUV199.66111.83132.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=35.58%
G=34.89%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620217100.020.170.1953.1426.3273.92
HexCECAAB021113351a4a
Octal3163122530221236532112
Binary1100111011001010101010110101000110011110101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAAB; }

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

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

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

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

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

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

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

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