Html Css Color HEX #CCADE6 Perfume

📋 copy color: '#CCADE6'

red 204 ◦ green 173 ◦ blue 230

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

Shades of Perfume #CCADE6

Tints of Perfume #CCADE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.89%

R = 33.61%
G = 28.5%
B = 37.89%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCADE6 (or 0xCCADE6) is known color: Perfume. HEX triplet: CC, AD and E6. RGB value is (204,173,230). Sum of RGB (Red+Green+Blue) = 204+173+230=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADE6 is #335219. Grayscale: #BCBCBC. Windows color (decimal): -3363354 or 15117772. OLE color: 15117772.

HSL color Cylindrical-coordinate representation of color #CCADE6: hue angle of 272.63º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCADE6 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 173 230 -
CMYK 0.11 0.25 0 0.10
HSL 272.63º 0.53% 0.79% -
HSV(B) 272.63º 0.25% 0.9% -
XYZ 54.13 48.44 81.36 -
YUV 188.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 204 173 230 0.11 0.25 0 0.10 272.63 0.53 0.79
Hex CC AD E6 B 19 0 A 111 35 4F
Octal 314 255 346 13 31 0 12 421 65 117
Binary 11001100 10101101 11100110 1011 11001 0 1010 100010001 110101 1001111

Color Harmonies of #CCADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADE6

Black with #CCADE6

Text Example


Text Example

White with #CCADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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