Html Css Color HEX #CCADE2 Perfume

📋 copy color: '#CCADE2'

red 204 ◦ green 173 ◦ blue 226

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

Shades of Perfume #CCADE2

Tints of Perfume #CCADE2

RGB

 RED value IS 204 (80.08% from 255) = 33.83%

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

 BLUE value IS 226 (88.67% from 255) = 37.48%

R = 33.83%
G = 28.69%
B = 37.48%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCADE2 (or 0xCCADE2) is known color: Perfume. HEX triplet: CC, AD and E2. RGB value is (204,173,226). Sum of RGB (Red+Green+Blue) = 204+173+226=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADE2 is #33521D. Grayscale: #BCBCBC. Windows color (decimal): -3363358 or 14855628. OLE color: 14855628.

HSL color Cylindrical-coordinate representation of color #CCADE2: hue angle of 275.09º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCADE2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 173 226 -
CMYK 0.10 0.23 0 0.11
HSL 275.09º 0.48% 0.78% -
HSV(B) 275.09º 0.23% 0.89% -
XYZ 53.57 48.22 78.43 -
YUV 188.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 204 173 226 0.10 0.23 0 0.11 275.09 0.48 0.78
Hex CC AD E2 A 17 0 B 113 30 4E
Octal 314 255 342 12 27 0 13 423 60 116
Binary 11001100 10101101 11100010 1010 10111 0 1011 100010011 110000 1001110

Color Harmonies of #CCADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADE2

Black with #CCADE2

Text Example


Text Example

White with #CCADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADE2; }

 p { color: rgb(204,173,226); }

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

background-color css

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

 a { background-color: rgb(204,173,226); }

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

border-color css

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

 span { border-color: rgb(204,173,226); }

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