#CABCD9

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

Shades of Moon Raker #CABCD9

Tints of Moon Raker #CABCD9

Color information

#CABCD9 (or 0xCABCD9) is unknown color: approx Moon Raker. HEX triplet: CA, BC and D9. RGB value is (202,188,217). Sum of RGB (Red+Green+Blue) = 202+188+217=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #CABCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD9 is #354326. Grayscale: #C3C3C3. Windows color (decimal): -3490599 or 14269642. OLE color: 14269642.

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

Color convert

RGB202188217-
CMYK0.070.1300.15
HSL268.97º27.62%79.41%-
HSV(B)268.97º13.36%85.1%-
XYZ54.8653.5373.09-
YUV195.49140.14132.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=33.28%
G=30.97%
B=35.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021882170.070.1300.15268.9727.6279.41
HexCABCD97D0F10d1c4f
Octal31227433171501741534117
Binary110010101011110011011001111110101111100001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCD9; }

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

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

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

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

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

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

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

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