#CABCDA

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

Shades of Moon Raker #CABCDA

Tints of Moon Raker #CABCDA

Color information

#CABCDA (or 0xCABCDA) is unknown color: approx Moon Raker. HEX triplet: CA, BC and DA. RGB value is (202,188,218). Sum of RGB (Red+Green+Blue) = 202+188+218=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDA is #354325. Grayscale: #C3C3C3. Windows color (decimal): -3490598 or 14335178. OLE color: 14335178.

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

Color convert

RGB202188218-
CMYK0.070.1400.15
HSL268º28.85%79.61%-
HSV(B)268º13.76%85.49%-
XYZ5553.5873.77-
YUV195.61140.64132.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=33.22%
G=30.92%
B=35.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021882180.070.1400.1526828.8579.61
HexCABCDA7E0F10c1d50
Octal31227433271601741435120
Binary110010101011110011011010111111001111100001100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCDA; }

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

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

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

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

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

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

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

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