Html Css Color HEX #C0ADDB Moon Raker

📋 copy color: '#C0ADDB'

red 192 ◦ green 173 ◦ blue 219

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

Shades of Moon Raker #C0ADDB

Tints of Moon Raker #C0ADDB

RGB

 RED value IS 192 (75.39% from 255) = 32.88%

 GREEN value IS 173 (67.97% from 255) = 29.62%

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

R = 32.88%
G = 29.62%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0ADDB (or 0xC0ADDB) is known color: Moon Raker. HEX triplet: C0, AD and DB. RGB value is (192,173,219). Sum of RGB (Red+Green+Blue) = 192+173+219=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDB is #3F5224. Grayscale: #B7B7B7. Windows color (decimal): -4149797 or 14396864. OLE color: 14396864.

HSL color Cylindrical-coordinate representation of color #C0ADDB: hue angle of 264.78º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0ADDB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 173 219 -
CMYK 0.12 0.21 0 0.14
HSL 264.78º 0.39% 0.77% -
HSV(B) 264.78º 0.21% 0.86% -
XYZ 49.47 46.21 73.33 -
YUV 183.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 192 173 219 0.12 0.21 0 0.14 264.78 0.39 0.77
Hex C0 AD DB C 15 0 E 109 27 4D
Octal 300 255 333 14 25 0 16 411 47 115
Binary 11000000 10101101 11011011 1100 10101 0 1110 100001001 100111 1001101

Color Harmonies of #C0ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADDB

Black with #C0ADDB

Text Example


Text Example

White with #C0ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADDB; }

 p { color: rgb(192,173,219); }

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

background-color css

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

 a { background-color: rgb(192,173,219); }

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

border-color css

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

 span { border-color: rgb(192,173,219); }

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