Html Css Color HEX #CABADC Moon Raker

📋 copy color: '#CABADC'

red 202 ◦ green 186 ◦ blue 220

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

Shades of Moon Raker #CABADC

Tints of Moon Raker #CABADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 33.22%
G = 30.59%
B = 36.18%

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

#CABADC (or 0xCABADC) is known color: Moon Raker. HEX triplet: CA, BA and DC. RGB value is (202,186,220). Sum of RGB (Red+Green+Blue) = 202+186+220=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADC is #354523. Grayscale: #C2C2C2. Windows color (decimal): -3491108 or 14465738. OLE color: 14465738.

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

Color convert

RGB 202 186 220 -
CMYK 0.08 0.15 0 0.14
HSL 268.24º 0.33% 0.8% -
HSV(B) 268.24º 0.15% 0.86% -
XYZ 54.83 52.84 75.02 -
YUV 194.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 202 186 220 0.08 0.15 0 0.14 268.24 0.33 0.8
Hex CA BA DC 8 F 0 E 10C 21 50
Octal 312 272 334 10 17 0 16 414 41 120
Binary 11001010 10111010 11011100 1000 1111 0 1110 100001100 100001 1010000

Color Harmonies of #CABADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABADC

Black with #CABADC

Text Example


Text Example

White with #CABADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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