Html Css Color HEX #CCAEE1 Perfume

📋 copy color: '#CCAEE1'

red 204 ◦ green 174 ◦ blue 225

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

Shades of Perfume #CCAEE1

Tints of Perfume #CCAEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.31%

R = 33.83%
G = 28.86%
B = 37.31%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCAEE1 (or 0xCCAEE1) is known color: Perfume. HEX triplet: CC, AE and E1. RGB value is (204,174,225). Sum of RGB (Red+Green+Blue) = 204+174+225=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEE1 is #33511E. Grayscale: #BCBCBC. Windows color (decimal): -3363103 or 14790348. OLE color: 14790348.

HSL color Cylindrical-coordinate representation of color #CCAEE1: hue angle of 275.29º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCAEE1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 174 225 -
CMYK 0.09 0.23 0 0.12
HSL 275.29º 0.46% 0.78% -
HSV(B) 275.29º 0.23% 0.88% -
XYZ 53.63 48.55 77.78 -
YUV 188.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 204 174 225 0.09 0.23 0 0.12 275.29 0.46 0.78
Hex CC AE E1 9 17 0 C 113 2E 4E
Octal 314 256 341 11 27 0 14 423 56 116
Binary 11001100 10101110 11100001 1001 10111 0 1100 100010011 101110 1001110

Color Harmonies of #CCAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEE1

Black with #CCAEE1

Text Example


Text Example

White with #CCAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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