#CABED6

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

Shades of Moon Raker #CABED6

Tints of Moon Raker #CABED6

Color information

#CABED6 (or 0xCABED6) is unknown color: approx Moon Raker. HEX triplet: CA, BE and D6. RGB value is (202,190,214). Sum of RGB (Red+Green+Blue) = 202+190+214=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #CABED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED6 is #354129. Grayscale: #C4C4C4. Windows color (decimal): -3490090 or 14073546. OLE color: 14073546.

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

Color convert

RGB202190214-
CMYK0.060.1100.16
HSL270º22.64%79.22%-
HSV(B)270º11.21%83.92%-
XYZ54.9154.2471.19-
YUV196.32137.98132.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=33.33%
G=31.35%
B=35.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021902140.060.1100.1627022.6479.22
HexCABED66B01010e174f
Octal31227632661302041627117
Binary1100101010111110110101101101011010000100001110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABED6; }

 p { color: rgb(202,190,214); }

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

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

 a { background-color: rgb(202,190,214); }

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

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

 span { border-color: rgb(202,190,214); }

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