#CABDD8

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

Shades of Moon Raker #CABDD8

Tints of Moon Raker #CABDD8

Color information

#CABDD8 (or 0xCABDD8) is unknown color: approx Moon Raker. HEX triplet: CA, BD and D8. RGB value is (202,189,216). Sum of RGB (Red+Green+Blue) = 202+189+216=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD8 is #354227. Grayscale: #C3C3C3. Windows color (decimal): -3490344 or 14204362. OLE color: 14204362.

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

Color convert

RGB202189216-
CMYK0.060.1200.15
HSL268.89º25.71%79.41%-
HSV(B)268.89º12.5%84.71%-
XYZ54.9553.9172.48-
YUV195.96139.31132.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=33.28%
G=31.14%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021892160.060.1200.15268.8925.7179.41
HexCABDD86C0F10d1a4f
Octal31227533061401741532117
Binary110010101011110111011000110110001111100001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDD8; }

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

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

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

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

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

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

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

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