#CAB9DC

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

Shades of Moon Raker #CAB9DC

Tints of Moon Raker #CAB9DC

Color information

#CAB9DC (or 0xCAB9DC) is unknown color: approx Moon Raker. HEX triplet: CA, B9 and DC. RGB value is (202,185,220). Sum of RGB (Red+Green+Blue) = 202+185+220=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9DC is #354623. Grayscale: #C1C1C1. Windows color (decimal): -3491364 or 14465482. OLE color: 14465482.

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

Color convert

RGB202185220-
CMYK0.080.1600.14
HSL269.14º33.33%79.41%-
HSV(B)269.14º15.91%86.27%-
XYZ54.6252.4274.95-
YUV194.07142.63133.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=33.28%
G=30.48%
B=36.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021852200.080.1600.14269.1433.3379.41
HexCAB9DC8100E10d214f
Octal312271334102001641541117
Binary110010101011100111011100100010000011101000011011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9DC; }

 p { color: rgb(202,185,220); }

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

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

 a { background-color: rgb(202,185,220); }

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

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

 span { border-color: rgb(202,185,220); }

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