Html Css Color HEX #CAB9DB Moon Raker

📋 copy color: '#CAB9DB'

red 202 ◦ green 185 ◦ blue 219

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

Shades of Moon Raker #CAB9DB

Tints of Moon Raker #CAB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.53%

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

R = 33.33%
G = 30.53%
B = 36.14%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAB9DB (or 0xCAB9DB) is known color: Moon Raker. HEX triplet: CA, B9 and DB. RGB value is (202,185,219). Sum of RGB (Red+Green+Blue) = 202+185+219=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9DB is #354624. Grayscale: #C1C1C1. Windows color (decimal): -3491365 or 14399946. OLE color: 14399946.

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

Color convert

RGB 202 185 219 -
CMYK 0.08 0.16 0 0.14
HSL 270º 0.32% 0.79% -
HSV(B) 270º 0.16% 0.86% -
XYZ 54.49 52.37 74.25 -
YUV 193.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 202 185 219 0.08 0.16 0 0.14 270 0.32 0.79
Hex CA B9 DB 8 10 0 E 10E 20 4F
Octal 312 271 333 10 20 0 16 416 40 117
Binary 11001010 10111001 11011011 1000 10000 0 1110 100001110 100000 1001111

Color Harmonies of #CAB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9DB

Black with #CAB9DB

Text Example


Text Example

White with #CAB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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