Html Css Color HEX #C0ADDD Moon Raker

📋 copy color: '#C0ADDD'

red 192 ◦ green 173 ◦ blue 221

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

Shades of Moon Raker #C0ADDD

Tints of Moon Raker #C0ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 32.76%
G = 29.52%
B = 37.71%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0ADDD (or 0xC0ADDD) is known color: Moon Raker. HEX triplet: C0, AD and DD. RGB value is (192,173,221). Sum of RGB (Red+Green+Blue) = 192+173+221=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDD is #3F5222. Grayscale: #B7B7B7. Windows color (decimal): -4149795 or 14527936. OLE color: 14527936.

HSL color Cylindrical-coordinate representation of color #C0ADDD: hue angle of 263.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0ADDD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 173 221 -
CMYK 0.13 0.22 0 0.13
HSL 263.75º 0.41% 0.77% -
HSV(B) 263.75º 0.22% 0.87% -
XYZ 49.73 46.31 74.72 -
YUV 184.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 192 173 221 0.13 0.22 0 0.13 263.75 0.41 0.77
Hex C0 AD DD D 16 0 D 108 29 4D
Octal 300 255 335 15 26 0 15 410 51 115
Binary 11000000 10101101 11011101 1101 10110 0 1101 100001000 101001 1001101

Color Harmonies of #C0ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADDD

Black with #C0ADDD

Text Example


Text Example

White with #C0ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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