Html Css Color HEX #CAB8DC Moon Raker

📋 copy color: '#CAB8DC'

red 202 ◦ green 184 ◦ blue 220

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

Shades of Moon Raker #CAB8DC

Tints of Moon Raker #CAB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.36%

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

R = 33.33%
G = 30.36%
B = 36.3%

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

#CAB8DC (or 0xCAB8DC) is known color: Moon Raker. HEX triplet: CA, B8 and DC. RGB value is (202,184,220). Sum of RGB (Red+Green+Blue) = 202+184+220=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8DC is #354723. Grayscale: #C1C1C1. Windows color (decimal): -3491620 or 14465226. OLE color: 14465226.

HSL color Cylindrical-coordinate representation of color #CAB8DC: hue angle of 270º degrees, saturation: 0.34, 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 #CAB8DC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 184 220 -
CMYK 0.08 0.16 0 0.14
HSL 270º 0.34% 0.79% -
HSV(B) 270º 0.16% 0.86% -
XYZ 54.42 52 74.88 -
YUV 193.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 202 184 220 0.08 0.16 0 0.14 270 0.34 0.79
Hex CA B8 DC 8 10 0 E 10E 22 4F
Octal 312 270 334 10 20 0 16 416 42 117
Binary 11001010 10111000 11011100 1000 10000 0 1110 100001110 100010 1001111

Color Harmonies of #CAB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8DC

Black with #CAB8DC

Text Example


Text Example

White with #CAB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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