Html Css Color HEX #CABADE Moon Raker

📋 copy color: '#CABADE'

red 202 ◦ green 186 ◦ blue 222

#CABADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #CABADE

Tints of Moon Raker #CABADE

RGB

 RED value IS 202 (79.3% from 255) = 33.11%

 GREEN value IS 186 (73.05% from 255) = 30.49%

 BLUE value IS 222 (87.11% from 255) = 36.39%

R = 33.11%
G = 30.49%
B = 36.39%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CABADE (or 0xCABADE) is known color: Moon Raker. HEX triplet: CA, BA and DE. RGB value is (202,186,222). Sum of RGB (Red+Green+Blue) = 202+186+222=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADE is #354521. Grayscale: #C2C2C2. Windows color (decimal): -3491106 or 14596810. OLE color: 14596810.

HSL color Cylindrical-coordinate representation of color #CABADE: hue angle of 266.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABADE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 186 222 -
CMYK 0.09 0.16 0 0.13
HSL 266.67º 0.35% 0.8% -
HSV(B) 266.67º 0.16% 0.87% -
XYZ 55.1 52.95 76.42 -
YUV 194.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 202 186 222 0.09 0.16 0 0.13 266.67 0.35 0.8
Hex CA BA DE 9 10 0 D 10B 23 50
Octal 312 272 336 11 20 0 15 413 43 120
Binary 11001010 10111010 11011110 1001 10000 0 1101 100001011 100011 1010000

Color Harmonies of #CABADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABADE

Black with #CABADE

Text Example


Text Example

White with #CABADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABADE; }

 p { color: rgb(202,186,222); }

 H1.HeaderClassName
 {
   color: #CABADE;
 }
 .AnyTagClassName
 {
   color: #CABADE;
 }
</style>

background-color css

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

 a { background-color: rgb(202,186,222); }

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

border-color css

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

 span { border-color: rgb(202,186,222); }

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