Html Css Color HEX #C3ADDD Perfume

📋 copy color: '#C3ADDD'

red 195 ◦ green 173 ◦ blue 221

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

Shades of Perfume #C3ADDD

Tints of Perfume #C3ADDD

RGB

 RED value IS 195 (76.56% from 255) = 33.11%

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 33.11%
G = 29.37%
B = 37.52%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3ADDD (or 0xC3ADDD) is known color: Perfume. HEX triplet: C3, AD and DD. RGB value is (195,173,221). Sum of RGB (Red+Green+Blue) = 195+173+221=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADDD is #3C5222. Grayscale: #B8B8B8. Windows color (decimal): -3953187 or 14527939. OLE color: 14527939.

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

Color convert

RGB 195 173 221 -
CMYK 0.12 0.22 0 0.13
HSL 267.5º 0.41% 0.77% -
HSV(B) 267.5º 0.22% 0.87% -
XYZ 50.5 46.71 74.76 -
YUV 185.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 195 173 221 0.12 0.22 0 0.13 267.5 0.41 0.77
Hex C3 AD DD C 16 0 D 10C 29 4D
Octal 303 255 335 14 26 0 15 414 51 115
Binary 11000011 10101101 11011101 1100 10110 0 1101 100001100 101001 1001101

Color Harmonies of #C3ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADDD

Black with #C3ADDD

Text Example


Text Example

White with #C3ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADDD; }

 p { color: rgb(195,173,221); }

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

background-color css

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

 a { background-color: rgb(195,173,221); }

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

border-color css

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

 span { border-color: rgb(195,173,221); }

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