#CABCD8

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

Shades of Moon Raker #CABCD8

Tints of Moon Raker #CABCD8

Color information

#CABCD8 (or 0xCABCD8) is unknown color: approx Moon Raker. HEX triplet: CA, BC and D8. RGB value is (202,188,216). Sum of RGB (Red+Green+Blue) = 202+188+216=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD8 is #354327. Grayscale: #C3C3C3. Windows color (decimal): -3490600 or 14204106. OLE color: 14204106.

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

Color convert

RGB202188216-
CMYK0.060.1300.15
HSL270º26.42%79.22%-
HSV(B)270º12.96%84.71%-
XYZ54.7453.4872.4-
YUV195.38139.64132.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=33.33%
G=31.02%
B=35.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021882160.060.1300.1527026.4279.22
HexCABCD86D0F10e1a4f
Octal31227433061501741632117
Binary110010101011110011011000110110101111100001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCD8; }

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

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

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

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

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

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

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

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