Html Css Color HEX #CABADB Moon Raker

📋 copy color: '#CABADB'

red 202 ◦ green 186 ◦ blue 219

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

Shades of Moon Raker #CABADB

Tints of Moon Raker #CABADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 33.28%
G = 30.64%
B = 36.08%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CABADB (or 0xCABADB) is known color: Moon Raker. HEX triplet: CA, BA and DB. RGB value is (202,186,219). Sum of RGB (Red+Green+Blue) = 202+186+219=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CABADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADB is #354524. Grayscale: #C2C2C2. Windows color (decimal): -3491109 or 14400202. OLE color: 14400202.

HSL color Cylindrical-coordinate representation of color #CABADB: hue angle of 269.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABADB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 186 219 -
CMYK 0.08 0.15 0 0.14
HSL 269.09º 0.31% 0.79% -
HSV(B) 269.09º 0.15% 0.86% -
XYZ 54.7 52.79 74.32 -
YUV 194.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 202 186 219 0.08 0.15 0 0.14 269.09 0.31 0.79
Hex CA BA DB 8 F 0 E 10D 1F 4F
Octal 312 272 333 10 17 0 16 415 37 117
Binary 11001010 10111010 11011011 1000 1111 0 1110 100001101 11111 1001111

Color Harmonies of #CABADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABADB

Black with #CABADB

Text Example


Text Example

White with #CABADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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