Html Css Color HEX #CCAAEF Perfume

📋 copy color: '#CCAAEF'

red 204 ◦ green 170 ◦ blue 239

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

Shades of Perfume #CCAAEF

Tints of Perfume #CCAAEF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.73%

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 33.28%
G = 27.73%
B = 38.99%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCAAEF (or 0xCCAAEF) is known color: Perfume. HEX triplet: CC, AA and EF. RGB value is (204,170,239). Sum of RGB (Red+Green+Blue) = 204+170+239=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAEF is #335510. Grayscale: #BBBBBB. Windows color (decimal): -3364113 or 15706828. OLE color: 15706828.

HSL color Cylindrical-coordinate representation of color #CCAAEF: hue angle of 269.57º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAAEF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 170 239 -
CMYK 0.15 0.29 0 0.06
HSL 269.57º 0.68% 0.8% -
HSV(B) 269.57º 0.29% 0.94% -
XYZ 54.86 47.82 88 -
YUV 188.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 204 170 239 0.15 0.29 0 0.06 269.57 0.68 0.8
Hex CC AA EF F 1D 0 6 10E 44 50
Octal 314 252 357 17 35 0 6 416 104 120
Binary 11001100 10101010 11101111 1111 11101 0 110 100001110 1000100 1010000

Color Harmonies of #CCAAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAEF

Black with #CCAAEF

Text Example


Text Example

White with #CCAAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAEF; }

 p { color: rgb(204,170,239); }

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

background-color css

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

 a { background-color: rgb(204,170,239); }

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

border-color css

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

 span { border-color: rgb(204,170,239); }

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