#CAB8DF

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

Shades of Moon Raker #CAB8DF

Tints of Moon Raker #CAB8DF

Color information

#CAB8DF (or 0xCAB8DF) is unknown color: approx Moon Raker. HEX triplet: CA, B8 and DF. RGB value is (202,184,223). Sum of RGB (Red+Green+Blue) = 202+184+223=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8DF is #354720. Grayscale: #C1C1C1. Windows color (decimal): -3491617 or 14661834. OLE color: 14661834.

HSL color Cylindrical-coordinate representation of color #CAB8DF: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB8DF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202184223-
CMYK0.090.1700.13
HSL267.69º37.86%79.8%-
HSV(B)267.69º17.49%87.45%-
XYZ54.8252.1776.99-
YUV193.83144.46133.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=33.17%
G=30.21%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021842230.090.1700.13267.6937.8679.8
HexCAB8DF9110D10c2650
Octal312270337112101541446120
Binary110010101011100011011111100110001011011000011001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8DF; }

 p { color: rgb(202,184,223); }

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

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

 a { background-color: rgb(202,184,223); }

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

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

 span { border-color: rgb(202,184,223); }

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