Html Css Color HEX #CCAEE8 Perfume

📋 copy color: '#CCAEE8'

red 204 ◦ green 174 ◦ blue 232

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

Shades of Perfume #CCAEE8

Tints of Perfume #CCAEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.03%

R = 33.44%
G = 28.52%
B = 38.03%

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

#CCAEE8 (or 0xCCAEE8) is known color: Perfume. HEX triplet: CC, AE and E8. RGB value is (204,174,232). Sum of RGB (Red+Green+Blue) = 204+174+232=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEE8 is #335117. Grayscale: #BDBDBD. Windows color (decimal): -3363096 or 15249100. OLE color: 15249100.

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

Color convert

RGB 204 174 232 -
CMYK 0.12 0.25 0 0.09
HSL 271.03º 0.56% 0.8% -
HSV(B) 271.03º 0.25% 0.91% -
XYZ 54.6 48.94 82.91 -
YUV 189.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 204 174 232 0.12 0.25 0 0.09 271.03 0.56 0.8
Hex CC AE E8 C 19 0 9 10F 38 50
Octal 314 256 350 14 31 0 11 417 70 120
Binary 11001100 10101110 11101000 1100 11001 0 1001 100001111 111000 1010000

Color Harmonies of #CCAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEE8

Black with #CCAEE8

Text Example


Text Example

White with #CCAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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