Html Css Color HEX #C2ADDC Perfume

📋 copy color: '#C2ADDC'

red 194 ◦ green 173 ◦ blue 220

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

Shades of Perfume #C2ADDC

Tints of Perfume #C2ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 33.05%
G = 29.47%
B = 37.48%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2ADDC (or 0xC2ADDC) is known color: Perfume. HEX triplet: C2, AD and DC. RGB value is (194,173,220). Sum of RGB (Red+Green+Blue) = 194+173+220=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDC is #3D5223. Grayscale: #B8B8B8. Windows color (decimal): -4018724 or 14462402. OLE color: 14462402.

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

Color convert

RGB 194 173 220 -
CMYK 0.12 0.21 0 0.14
HSL 266.81º 0.4% 0.77% -
HSV(B) 266.81º 0.21% 0.86% -
XYZ 50.11 46.52 74.05 -
YUV 184.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 194 173 220 0.12 0.21 0 0.14 266.81 0.4 0.77
Hex C2 AD DC C 15 0 E 10B 28 4D
Octal 302 255 334 14 25 0 16 413 50 115
Binary 11000010 10101101 11011100 1100 10101 0 1110 100001011 101000 1001101

Color Harmonies of #C2ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADDC

Black with #C2ADDC

Text Example


Text Example

White with #C2ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADDC; }

 p { color: rgb(194,173,220); }

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

background-color css

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

 a { background-color: rgb(194,173,220); }

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

border-color css

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

 span { border-color: rgb(194,173,220); }

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