Html Css Color HEX #CAB9DF Moon Raker

📋 copy color: '#CAB9DF'

red 202 ◦ green 185 ◦ blue 223

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

Shades of Moon Raker #CAB9DF

Tints of Moon Raker #CAB9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 33.11%
G = 30.33%
B = 36.56%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAB9DF (or 0xCAB9DF) is known color: Moon Raker. HEX triplet: CA, B9 and DF. RGB value is (202,185,223). Sum of RGB (Red+Green+Blue) = 202+185+223=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9DF is #354620. Grayscale: #C2C2C2. Windows color (decimal): -3491361 or 14662090. OLE color: 14662090.

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

Color convert

RGB 202 185 223 -
CMYK 0.09 0.17 0 0.13
HSL 266.84º 0.37% 0.8% -
HSV(B) 266.84º 0.17% 0.87% -
XYZ 55.03 52.58 77.06 -
YUV 194.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 202 185 223 0.09 0.17 0 0.13 266.84 0.37 0.8
Hex CA B9 DF 9 11 0 D 10B 25 50
Octal 312 271 337 11 21 0 15 413 45 120
Binary 11001010 10111001 11011111 1001 10001 0 1101 100001011 100101 1010000

Color Harmonies of #CAB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9DF

Black with #CAB9DF

Text Example


Text Example

White with #CAB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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