#CABECE

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

Shades of Prelude #CABECE

Tints of Prelude #CABECE

Color information

#CABECE (or 0xCABECE) is unknown color: approx Prelude. HEX triplet: CA, BE and CE. RGB value is (202,190,206). Sum of RGB (Red+Green+Blue) = 202+190+206=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #CABECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABECE is #354131. Grayscale: #C3C3C3. Windows color (decimal): -3490098 or 13549258. OLE color: 13549258.

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

Color convert

RGB202190206-
CMYK0.020.0800.19
HSL285º14.04%77.65%-
HSV(B)285º7.77%80.78%-
XYZ53.9153.8465.94-
YUV195.41133.98132.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=33.78%
G=31.77%
B=34.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021902060.020.0800.1928514.0477.65
HexCABECE2801311de4e
Octal31227631621002343516116
Binary11001010101111101100111010100001001110001110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABECE; }

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

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

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

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

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

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

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

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