#CABBDA

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

Shades of Moon Raker #CABBDA

Tints of Moon Raker #CABBDA

Color information

#CABBDA (or 0xCABBDA) is unknown color: approx Moon Raker. HEX triplet: CA, BB and DA. RGB value is (202,187,218). Sum of RGB (Red+Green+Blue) = 202+187+218=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDA is #354425. Grayscale: #C2C2C2. Windows color (decimal): -3490854 or 14334922. OLE color: 14334922.

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

Color convert

RGB202187218-
CMYK0.070.1400.15
HSL269.03º29.52%79.41%-
HSV(B)269.03º14.22%85.49%-
XYZ54.7853.1673.7-
YUV195.02140.97132.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=33.28%
G=30.81%
B=35.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021872180.070.1400.15269.0329.5279.41
HexCABBDA7E0F10d1e4f
Octal31227333271601741536117
Binary110010101011101111011010111111001111100001101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBDA; }

 p { color: rgb(202,187,218); }

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

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

 a { background-color: rgb(202,187,218); }

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

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

 span { border-color: rgb(202,187,218); }

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