Html Css Color HEX #CCAFE1 Perfume

📋 copy color: '#CCAFE1'

red 204 ◦ green 175 ◦ blue 225

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

Shades of Perfume #CCAFE1

Tints of Perfume #CCAFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.97%

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

R = 33.77%
G = 28.97%
B = 37.25%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCAFE1 (or 0xCCAFE1) is known color: Perfume. HEX triplet: CC, AF and E1. RGB value is (204,175,225). Sum of RGB (Red+Green+Blue) = 204+175+225=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFE1 is #33501E. Grayscale: #BDBDBD. Windows color (decimal): -3362847 or 14790604. OLE color: 14790604.

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

Color convert

RGB 204 175 225 -
CMYK 0.09 0.22 0 0.12
HSL 274.8º 0.45% 0.78% -
HSV(B) 274.8º 0.22% 0.88% -
XYZ 53.82 48.93 77.84 -
YUV 189.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 204 175 225 0.09 0.22 0 0.12 274.8 0.45 0.78
Hex CC AF E1 9 16 0 C 113 2D 4E
Octal 314 257 341 11 26 0 14 423 55 116
Binary 11001100 10101111 11100001 1001 10110 0 1100 100010011 101101 1001110

Color Harmonies of #CCAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFE1

Black with #CCAFE1

Text Example


Text Example

White with #CCAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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