Html Css Color HEX #CCAEEC Perfume

📋 copy color: '#CCAEEC'

red 204 ◦ green 174 ◦ blue 236

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

Shades of Perfume #CCAEEC

Tints of Perfume #CCAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 33.22%
G = 28.34%
B = 38.44%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCAEEC (or 0xCCAEEC) is known color: Perfume. HEX triplet: CC, AE and EC. RGB value is (204,174,236). Sum of RGB (Red+Green+Blue) = 204+174+236=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEEC is #335113. Grayscale: #BDBDBD. Windows color (decimal): -3363092 or 15511244. OLE color: 15511244.

HSL color Cylindrical-coordinate representation of color #CCAEEC: hue angle of 269.03º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCAEEC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 174 236 -
CMYK 0.14 0.26 0 0.07
HSL 269.03º 0.62% 0.8% -
HSV(B) 269.03º 0.26% 0.93% -
XYZ 55.18 49.17 85.94 -
YUV 190.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 204 174 236 0.14 0.26 0 0.07 269.03 0.62 0.8
Hex CC AE EC E 1A 0 7 10D 3E 50
Octal 314 256 354 16 32 0 7 415 76 120
Binary 11001100 10101110 11101100 1110 11010 0 111 100001101 111110 1010000

Color Harmonies of #CCAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEEC

Black with #CCAEEC

Text Example


Text Example

White with #CCAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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