Html Css Color HEX #CCAEE7 Perfume

📋 copy color: '#CCAEE7'

red 204 ◦ green 174 ◦ blue 231

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

Shades of Perfume #CCAEE7

Tints of Perfume #CCAEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 33.5%
G = 28.57%
B = 37.93%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCAEE7 (or 0xCCAEE7) is known color: Perfume. HEX triplet: CC, AE and E7. RGB value is (204,174,231). Sum of RGB (Red+Green+Blue) = 204+174+231=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEE7 is #335118. Grayscale: #BDBDBD. Windows color (decimal): -3363097 or 15183564. OLE color: 15183564.

HSL color Cylindrical-coordinate representation of color #CCAEE7: hue angle of 271.58º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCAEE7 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 174 231 -
CMYK 0.12 0.25 0 0.09
HSL 271.58º 0.54% 0.79% -
HSV(B) 271.58º 0.25% 0.91% -
XYZ 54.46 48.88 82.17 -
YUV 189.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 204 174 231 0.12 0.25 0 0.09 271.58 0.54 0.79
Hex CC AE E7 C 19 0 9 110 36 4F
Octal 314 256 347 14 31 0 11 420 66 117
Binary 11001100 10101110 11100111 1100 11001 0 1001 100010000 110110 1001111

Color Harmonies of #CCAEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEE7

Black with #CCAEE7

Text Example


Text Example

White with #CCAEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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