Html Css Color HEX #C2ADDE Perfume

📋 copy color: '#C2ADDE'

red 194 ◦ green 173 ◦ blue 222

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

Shades of Perfume #C2ADDE

Tints of Perfume #C2ADDE

RGB

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

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

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

R = 32.94%
G = 29.37%
B = 37.69%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2ADDE (or 0xC2ADDE) is known color: Perfume. HEX triplet: C2, AD and DE. RGB value is (194,173,222). Sum of RGB (Red+Green+Blue) = 194+173+222=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDE is #3D5221. Grayscale: #B8B8B8. Windows color (decimal): -4018722 or 14593474. OLE color: 14593474.

HSL color Cylindrical-coordinate representation of color #C2ADDE: hue angle of 265.71º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2ADDE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 173 222 -
CMYK 0.13 0.22 0 0.13
HSL 265.71º 0.43% 0.77% -
HSV(B) 265.71º 0.22% 0.87% -
XYZ 50.38 46.63 75.45 -
YUV 184.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 194 173 222 0.13 0.22 0 0.13 265.71 0.43 0.77
Hex C2 AD DE D 16 0 D 10A 2B 4D
Octal 302 255 336 15 26 0 15 412 53 115
Binary 11000010 10101101 11011110 1101 10110 0 1101 100001010 101011 1001101

Color Harmonies of #C2ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADDE

Black with #C2ADDE

Text Example


Text Example

White with #C2ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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