Html Css Color HEX #C2AFDE Moon Raker

📋 copy color: '#C2AFDE'

red 194 ◦ green 175 ◦ blue 222

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

Shades of Moon Raker #C2AFDE

Tints of Moon Raker #C2AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 32.83%
G = 29.61%
B = 37.56%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2AFDE (or 0xC2AFDE) is known color: Moon Raker. HEX triplet: C2, AF and DE. RGB value is (194,175,222). Sum of RGB (Red+Green+Blue) = 194+175+222=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFDE is #3D5021. Grayscale: #B9B9B9. Windows color (decimal): -4018210 or 14593986. OLE color: 14593986.

HSL color Cylindrical-coordinate representation of color #C2AFDE: hue angle of 264.26º degrees, saturation: 0.42, 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 #C2AFDE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 175 222 -
CMYK 0.13 0.21 0 0.13
HSL 264.26º 0.42% 0.78% -
HSV(B) 264.26º 0.21% 0.87% -
XYZ 50.76 47.4 75.58 -
YUV 186.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 194 175 222 0.13 0.21 0 0.13 264.26 0.42 0.78
Hex C2 AF DE D 15 0 D 108 2A 4E
Octal 302 257 336 15 25 0 15 410 52 116
Binary 11000010 10101111 11011110 1101 10101 0 1101 100001000 101010 1001110

Color Harmonies of #C2AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFDE

Black with #C2AFDE

Text Example


Text Example

White with #C2AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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