Html Css Color HEX #CCA5ED Perfume

📋 copy color: '#CCA5ED'

red 204 ◦ green 165 ◦ blue 237

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

Shades of Perfume #CCA5ED

Tints of Perfume #CCA5ED

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.23%

 BLUE value IS 237 (92.97% from 255) = 39.11%

R = 33.66%
G = 27.23%
B = 39.11%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCA5ED (or 0xCCA5ED) is known color: Perfume. HEX triplet: CC, A5 and ED. RGB value is (204,165,237). Sum of RGB (Red+Green+Blue) = 204+165+237=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5ED is #335A12. Grayscale: #B8B8B8. Windows color (decimal): -3365395 or 15574476. OLE color: 15574476.

HSL color Cylindrical-coordinate representation of color #CCA5ED: hue angle of 272.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA5ED is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 165 237 -
CMYK 0.14 0.30 0 0.07
HSL 272.5º 0.67% 0.79% -
HSV(B) 272.5º 0.3% 0.93% -
XYZ 53.64 45.86 86.15 -
YUV 184.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 204 165 237 0.14 0.30 0 0.07 272.5 0.67 0.79
Hex CC A5 ED E 1E 0 7 110 43 4F
Octal 314 245 355 16 36 0 7 420 103 117
Binary 11001100 10100101 11101101 1110 11110 0 111 100010000 1000011 1001111

Color Harmonies of #CCA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5ED

Black with #CCA5ED

Text Example


Text Example

White with #CCA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5ED; }

 p { color: rgb(204,165,237); }

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

background-color css

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

 a { background-color: rgb(204,165,237); }

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

border-color css

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

 span { border-color: rgb(204,165,237); }

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