Html Css Color HEX #CCAEE5 Perfume

📋 copy color: '#CCAEE5'

red 204 ◦ green 174 ◦ blue 229

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

Shades of Perfume #CCAEE5

Tints of Perfume #CCAEE5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.67%

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 33.61%
G = 28.67%
B = 37.73%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCAEE5 (or 0xCCAEE5) is known color: Perfume. HEX triplet: CC, AE and E5. RGB value is (204,174,229). Sum of RGB (Red+Green+Blue) = 204+174+229=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEE5 is #33511A. Grayscale: #BDBDBD. Windows color (decimal): -3363099 or 15052492. OLE color: 15052492.

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

Color convert

RGB 204 174 229 -
CMYK 0.11 0.24 0 0.10
HSL 272.73º 0.51% 0.79% -
HSV(B) 272.73º 0.24% 0.9% -
XYZ 54.18 48.77 80.69 -
YUV 189.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 204 174 229 0.11 0.24 0 0.10 272.73 0.51 0.79
Hex CC AE E5 B 18 0 A 111 33 4F
Octal 314 256 345 13 30 0 12 421 63 117
Binary 11001100 10101110 11100101 1011 11000 0 1010 100010001 110011 1001111

Color Harmonies of #CCAEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEE5

Black with #CCAEE5

Text Example


Text Example

White with #CCAEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEE5; }

 p { color: rgb(204,174,229); }

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

background-color css

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

 a { background-color: rgb(204,174,229); }

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

border-color css

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

 span { border-color: rgb(204,174,229); }

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