#CABADB

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

Shades of Moon Raker #CABADB

Tints of Moon Raker #CABADB

Color information

#CABADB (or 0xCABADB) is unknown color: approx Moon Raker. HEX triplet: CA, BA and DB. RGB value is (202,186,219). Sum of RGB (Red+Green+Blue) = 202+186+219=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CABADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADB is #354524. Grayscale: #C2C2C2. Windows color (decimal): -3491109 or 14400202. OLE color: 14400202.

HSL color Cylindrical-coordinate representation of color #CABADB: hue angle of 269.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABADB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202186219-
CMYK0.080.1500.14
HSL269.09º31.43%79.41%-
HSV(B)269.09º15.07%85.88%-
XYZ54.752.7974.32-
YUV194.55141.8133.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=33.28%
G=30.64%
B=36.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021862190.080.1500.14269.0931.4379.41
HexCABADB8F0E10d1f4f
Octal312272333101701641537117
Binary1100101010111010110110111000111101110100001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABADB; }

 p { color: rgb(202,186,219); }

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

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

 a { background-color: rgb(202,186,219); }

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

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

 span { border-color: rgb(202,186,219); }

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