Html Css Color HEX #C8ADEA Perfume

📋 copy color: '#C8ADEA'

red 200 ◦ green 173 ◦ blue 234

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

Shades of Perfume #C8ADEA

Tints of Perfume #C8ADEA

RGB

 RED value IS 200 (78.52% from 255) = 32.95%

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 32.95%
G = 28.5%
B = 38.55%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8ADEA (or 0xC8ADEA) is known color: Perfume. HEX triplet: C8, AD and EA. RGB value is (200,173,234). Sum of RGB (Red+Green+Blue) = 200+173+234=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADEA is #375215. Grayscale: #BBBBBB. Windows color (decimal): -3625494 or 15379912. OLE color: 15379912.

HSL color Cylindrical-coordinate representation of color #C8ADEA: hue angle of 266.56º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8ADEA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 173 234 -
CMYK 0.15 0.26 0 0.08
HSL 266.56º 0.59% 0.8% -
HSV(B) 266.56º 0.26% 0.92% -
XYZ 53.61 48.11 84.3 -
YUV 188.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 200 173 234 0.15 0.26 0 0.08 266.56 0.59 0.8
Hex C8 AD EA F 1A 0 8 10B 3B 50
Octal 310 255 352 17 32 0 10 413 73 120
Binary 11001000 10101101 11101010 1111 11010 0 1000 100001011 111011 1010000

Color Harmonies of #C8ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADEA

Black with #C8ADEA

Text Example


Text Example

White with #C8ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADEA; }

 p { color: rgb(200,173,234); }

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

background-color css

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

 a { background-color: rgb(200,173,234); }

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

border-color css

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

 span { border-color: rgb(200,173,234); }

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