#CABADA

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

Shades of Moon Raker #CABADA

Tints of Moon Raker #CABADA

Color information

#CABADA (or 0xCABADA) is unknown color: approx Moon Raker. HEX triplet: CA, BA and DA. RGB value is (202,186,218). Sum of RGB (Red+Green+Blue) = 202+186+218=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADA is #354525. Grayscale: #C2C2C2. Windows color (decimal): -3491110 or 14334666. OLE color: 14334666.

HSL color Cylindrical-coordinate representation of color #CABADA: hue angle of 270º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABADA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202186218-
CMYK0.070.1500.15
HSL270º30.19%79.22%-
HSV(B)270º14.68%85.49%-
XYZ54.5752.7473.63-
YUV194.43141.3133.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=33.33%
G=30.69%
B=35.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021862180.070.1500.1527030.1979.22
HexCABADA7F0F10e1e4f
Octal31227233271701741636117
Binary110010101011101011011010111111101111100001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABADA; }

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

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

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

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

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

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

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

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