Html Css Color HEX #C8ADED Perfume

📋 copy color: '#C8ADED'

red 200 ◦ green 173 ◦ blue 237

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

Shades of Perfume #C8ADED

Tints of Perfume #C8ADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 32.79%
G = 28.36%
B = 38.85%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8ADED (or 0xC8ADED) is known color: Perfume. HEX triplet: C8, AD and ED. RGB value is (200,173,237). Sum of RGB (Red+Green+Blue) = 200+173+237=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADED is #375212. Grayscale: #BCBCBC. Windows color (decimal): -3625491 or 15576520. OLE color: 15576520.

HSL color Cylindrical-coordinate representation of color #C8ADED: hue angle of 265.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8ADED is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 173 237 -
CMYK 0.16 0.27 0 0.07
HSL 265.31º 0.64% 0.8% -
HSV(B) 265.31º 0.27% 0.93% -
XYZ 54.05 48.28 86.59 -
YUV 188.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 200 173 237 0.16 0.27 0 0.07 265.31 0.64 0.8
Hex C8 AD ED 10 1B 0 7 109 40 50
Octal 310 255 355 20 33 0 7 411 100 120
Binary 11001000 10101101 11101101 10000 11011 0 111 100001001 1000000 1010000

Color Harmonies of #C8ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADED

Black with #C8ADED

Text Example


Text Example

White with #C8ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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