Html Css Color HEX #C0ADDF Moon Raker

📋 copy color: '#C0ADDF'

red 192 ◦ green 173 ◦ blue 223

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

Shades of Moon Raker #C0ADDF

Tints of Moon Raker #C0ADDF

RGB

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

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

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

R = 32.65%
G = 29.42%
B = 37.93%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0ADDF (or 0xC0ADDF) is known color: Moon Raker. HEX triplet: C0, AD and DF. RGB value is (192,173,223). Sum of RGB (Red+Green+Blue) = 192+173+223=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDF is #3F5220. Grayscale: #B8B8B8. Windows color (decimal): -4149793 or 14659008. OLE color: 14659008.

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

Color convert

RGB 192 173 223 -
CMYK 0.14 0.22 0 0.13
HSL 262.8º 0.44% 0.78% -
HSV(B) 262.8º 0.22% 0.87% -
XYZ 50 46.42 76.14 -
YUV 184.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 192 173 223 0.14 0.22 0 0.13 262.8 0.44 0.78
Hex C0 AD DF E 16 0 D 107 2C 4E
Octal 300 255 337 16 26 0 15 407 54 116
Binary 11000000 10101101 11011111 1110 10110 0 1101 100000111 101100 1001110

Color Harmonies of #C0ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADDF

Black with #C0ADDF

Text Example


Text Example

White with #C0ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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