Html Css Color HEX #C2ADDB Perfume

📋 copy color: '#C2ADDB'

red 194 ◦ green 173 ◦ blue 219

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

Shades of Perfume #C2ADDB

Tints of Perfume #C2ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 33.11%
G = 29.52%
B = 37.37%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2ADDB (or 0xC2ADDB) is known color: Perfume. HEX triplet: C2, AD and DB. RGB value is (194,173,219). Sum of RGB (Red+Green+Blue) = 194+173+219=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDB is #3D5224. Grayscale: #B8B8B8. Windows color (decimal): -4018725 or 14396866. OLE color: 14396866.

HSL color Cylindrical-coordinate representation of color #C2ADDB: hue angle of 267.39º degrees, saturation: 0.39, 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 #C2ADDB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 173 219 -
CMYK 0.11 0.21 0 0.14
HSL 267.39º 0.39% 0.77% -
HSV(B) 267.39º 0.21% 0.86% -
XYZ 49.98 46.47 73.35 -
YUV 184.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 194 173 219 0.11 0.21 0 0.14 267.39 0.39 0.77
Hex C2 AD DB B 15 0 E 10B 27 4D
Octal 302 255 333 13 25 0 16 413 47 115
Binary 11000010 10101101 11011011 1011 10101 0 1110 100001011 100111 1001101

Color Harmonies of #C2ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADDB

Black with #C2ADDB

Text Example


Text Example

White with #C2ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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