Html Css Color HEX #CCAEF3 Perfume

📋 copy color: '#CCAEF3'

red 204 ◦ green 174 ◦ blue 243

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

Shades of Perfume #CCAEF3

Tints of Perfume #CCAEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.13%

R = 32.85%
G = 28.02%
B = 39.13%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCAEF3 (or 0xCCAEF3) is known color: Perfume. HEX triplet: CC, AE and F3. RGB value is (204,174,243). Sum of RGB (Red+Green+Blue) = 204+174+243=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCAEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEF3 is #33510C. Grayscale: #BEBEBE. Windows color (decimal): -3363085 or 15969996. OLE color: 15969996.

HSL color Cylindrical-coordinate representation of color #CCAEF3: hue angle of 266.09º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCAEF3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 174 243 -
CMYK 0.16 0.28 0 0.05
HSL 266.09º 0.74% 0.82% -
HSV(B) 266.09º 0.28% 0.95% -
XYZ 56.22 49.58 91.4 -
YUV 190.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 204 174 243 0.16 0.28 0 0.05 266.09 0.74 0.82
Hex CC AE F3 10 1C 0 5 10A 4A 52
Octal 314 256 363 20 34 0 5 412 112 122
Binary 11001100 10101110 11110011 10000 11100 0 101 100001010 1001010 1010010

Color Harmonies of #CCAEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEF3

Black with #CCAEF3

Text Example


Text Example

White with #CCAEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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