#CABED9

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

Shades of Moon Raker #CABED9

Tints of Moon Raker #CABED9

Color information

#CABED9 (or 0xCABED9) is unknown color: approx Moon Raker. HEX triplet: CA, BE and D9. RGB value is (202,190,217). Sum of RGB (Red+Green+Blue) = 202+190+217=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #CABED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED9 is #354126. Grayscale: #C4C4C4. Windows color (decimal): -3490087 or 14270154. OLE color: 14270154.

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

Color convert

RGB202190217-
CMYK0.070.1200.15
HSL266.67º26.21%79.8%-
HSV(B)266.67º12.44%85.1%-
XYZ55.2954.3973.23-
YUV196.67139.48131.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=33.17%
G=31.20%
B=35.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021902170.070.1200.15266.6726.2179.8
HexCABED97C0F10b1a50
Octal31227633171401741332120
Binary110010101011111011011001111110001111100001011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABED9; }

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

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

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

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

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

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

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

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