Html Css Color HEX #CAB7DF Moon Raker

📋 copy color: '#CAB7DF'

red 202 ◦ green 183 ◦ blue 223

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

Shades of Moon Raker #CAB7DF

Tints of Moon Raker #CAB7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.1%

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

R = 33.22%
G = 30.1%
B = 36.68%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAB7DF (or 0xCAB7DF) is known color: Moon Raker. HEX triplet: CA, B7 and DF. RGB value is (202,183,223). Sum of RGB (Red+Green+Blue) = 202+183+223=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7DF is #354820. Grayscale: #C1C1C1. Windows color (decimal): -3491873 or 14661578. OLE color: 14661578.

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

Color convert

RGB 202 183 223 -
CMYK 0.09 0.18 0 0.13
HSL 268.5º 0.38% 0.8% -
HSV(B) 268.5º 0.18% 0.87% -
XYZ 54.61 51.75 76.92 -
YUV 193.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 202 183 223 0.09 0.18 0 0.13 268.5 0.38 0.8
Hex CA B7 DF 9 12 0 D 10C 26 50
Octal 312 267 337 11 22 0 15 414 46 120
Binary 11001010 10110111 11011111 1001 10010 0 1101 100001100 100110 1010000

Color Harmonies of #CAB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB7DF

Black with #CAB7DF

Text Example


Text Example

White with #CAB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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