#CABDD7

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

Shades of Moon Raker #CABDD7

Tints of Moon Raker #CABDD7

Color information

#CABDD7 (or 0xCABDD7) is unknown color: approx Moon Raker. HEX triplet: CA, BD and D7. RGB value is (202,189,215). Sum of RGB (Red+Green+Blue) = 202+189+215=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #CABDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD7 is #354228. Grayscale: #C3C3C3. Windows color (decimal): -3490345 or 14138826. OLE color: 14138826.

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

Color convert

RGB202189215-
CMYK0.060.1200.16
HSL270º24.53%79.22%-
HSV(B)270º12.09%84.31%-
XYZ54.8253.8671.8-
YUV195.85138.81132.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 215 (84.38% from 255) = 35.48%
R=33.33%
G=31.19%
B=35.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021892150.060.1200.1627024.5379.22
HexCABDD76C01010e194f
Octal31227532761402041631117
Binary1100101010111101110101111101100010000100001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDD7; }

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

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

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

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

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

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

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

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