Html Css Color HEX #C2ADDF Perfume

📋 copy color: '#C2ADDF'

red 194 ◦ green 173 ◦ blue 223

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

Shades of Perfume #C2ADDF

Tints of Perfume #C2ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 32.88%
G = 29.32%
B = 37.8%

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

#C2ADDF (or 0xC2ADDF) is known color: Perfume. HEX triplet: C2, AD and DF. RGB value is (194,173,223). Sum of RGB (Red+Green+Blue) = 194+173+223=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDF is #3D5220. Grayscale: #B8B8B8. Windows color (decimal): -4018721 or 14659010. OLE color: 14659010.

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

Color convert

RGB 194 173 223 -
CMYK 0.13 0.22 0 0.13
HSL 265.2º 0.44% 0.78% -
HSV(B) 265.2º 0.22% 0.87% -
XYZ 50.51 46.68 76.16 -
YUV 184.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 194 173 223 0.13 0.22 0 0.13 265.2 0.44 0.78
Hex C2 AD DF D 16 0 D 109 2C 4E
Octal 302 255 337 15 26 0 15 411 54 116
Binary 11000010 10101101 11011111 1101 10110 0 1101 100001001 101100 1001110

Color Harmonies of #C2ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADDF

Black with #C2ADDF

Text Example


Text Example

White with #C2ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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