#CABDD9

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

Shades of Moon Raker #CABDD9

Tints of Moon Raker #CABDD9

Color information

#CABDD9 (or 0xCABDD9) is unknown color: approx Moon Raker. HEX triplet: CA, BD and D9. RGB value is (202,189,217). Sum of RGB (Red+Green+Blue) = 202+189+217=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #CABDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD9 is #354226. Grayscale: #C3C3C3. Windows color (decimal): -3490343 or 14269898. OLE color: 14269898.

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

Color convert

RGB202189217-
CMYK0.070.1300.15
HSL267.86º26.92%79.61%-
HSV(B)267.86º12.9%85.1%-
XYZ55.0853.9673.16-
YUV196.08139.81132.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=33.22%
G=31.09%
B=35.69%

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
Decimal2021892170.070.1300.15267.8626.9279.61
HexCABDD97D0F10c1b50
Octal31227533171501741433120
Binary110010101011110111011001111110101111100001100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDD9; }

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

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

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

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

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

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

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

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