#CAB7DE

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

Shades of Moon Raker #CAB7DE

Tints of Moon Raker #CAB7DE

Color information

#CAB7DE (or 0xCAB7DE) is unknown color: approx Moon Raker. HEX triplet: CA, B7 and DE. RGB value is (202,183,222). Sum of RGB (Red+Green+Blue) = 202+183+222=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7DE is #354821. Grayscale: #C0C0C0. Windows color (decimal): -3491874 or 14596042. OLE color: 14596042.

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

Color convert

RGB202183222-
CMYK0.090.1800.13
HSL269.23º37.14%79.41%-
HSV(B)269.23º17.57%87.06%-
XYZ54.4851.776.21-
YUV193.13144.29134.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=33.28%
G=30.15%
B=36.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021832220.090.1800.13269.2337.1479.41
HexCAB7DE9120D10d254f
Octal312267336112201541545117
Binary110010101011011111011110100110010011011000011011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7DE; }

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

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

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

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

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

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

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

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