Html Css Color HEX #C2AFDD Moon Raker

📋 copy color: '#C2AFDD'

red 194 ◦ green 175 ◦ blue 221

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

Shades of Moon Raker #C2AFDD

Tints of Moon Raker #C2AFDD

RGB

 RED value IS 194 (76.17% from 255) = 32.88%

 GREEN value IS 175 (68.75% from 255) = 29.66%

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

R = 32.88%
G = 29.66%
B = 37.46%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2AFDD (or 0xC2AFDD) is known color: Moon Raker. HEX triplet: C2, AF and DD. RGB value is (194,175,221). Sum of RGB (Red+Green+Blue) = 194+175+221=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFDD is #3D5022. Grayscale: #B9B9B9. Windows color (decimal): -4018211 or 14528450. OLE color: 14528450.

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

Color convert

RGB 194 175 221 -
CMYK 0.12 0.21 0 0.13
HSL 264.78º 0.4% 0.78% -
HSV(B) 264.78º 0.21% 0.87% -
XYZ 50.63 47.35 74.88 -
YUV 185.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 194 175 221 0.12 0.21 0 0.13 264.78 0.4 0.78
Hex C2 AF DD C 15 0 D 109 28 4E
Octal 302 257 335 14 25 0 15 411 50 116
Binary 11000010 10101111 11011101 1100 10101 0 1101 100001001 101000 1001110

Color Harmonies of #C2AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFDD

Black with #C2AFDD

Text Example


Text Example

White with #C2AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFDD; }

 p { color: rgb(194,175,221); }

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

background-color css

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

 a { background-color: rgb(194,175,221); }

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

border-color css

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

 span { border-color: rgb(194,175,221); }

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