#CAB8DE

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

Shades of Moon Raker #CAB8DE

Tints of Moon Raker #CAB8DE

Color information

#CAB8DE (or 0xCAB8DE) is unknown color: approx Moon Raker. HEX triplet: CA, B8 and DE. RGB value is (202,184,222). Sum of RGB (Red+Green+Blue) = 202+184+222=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAB8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8DE is #354721. Grayscale: #C1C1C1. Windows color (decimal): -3491618 or 14596298. OLE color: 14596298.

HSL color Cylindrical-coordinate representation of color #CAB8DE: hue angle of 268.42º degrees, saturation: 0.37, 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 #CAB8DE is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202184222-
CMYK0.090.1700.13
HSL268.42º36.54%79.61%-
HSV(B)268.42º17.12%87.06%-
XYZ54.6852.1176.28-
YUV193.71143.96133.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=33.22%
G=30.26%
B=36.51%

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
Decimal2021842220.090.1700.13268.4236.5479.61
HexCAB8DE9110D10c2550
Octal312270336112101541445120
Binary110010101011100011011110100110001011011000011001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8DE; }

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

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

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

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

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

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

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

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