Html Css Color HEX #CCAFE0 Perfume

📋 copy color: '#CCAFE0'

red 204 ◦ green 175 ◦ blue 224

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

Shades of Perfume #CCAFE0

Tints of Perfume #CCAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 33.83%
G = 29.02%
B = 37.15%

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

#CCAFE0 (or 0xCCAFE0) is known color: Perfume. HEX triplet: CC, AF and E0. RGB value is (204,175,224). Sum of RGB (Red+Green+Blue) = 204+175+224=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFE0 is #33501F. Grayscale: #BDBDBD. Windows color (decimal): -3362848 or 14725068. OLE color: 14725068.

HSL color Cylindrical-coordinate representation of color #CCAFE0: hue angle of 275.51º degrees, saturation: 0.44, 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 #CCAFE0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 175 224 -
CMYK 0.09 0.22 0 0.12
HSL 275.51º 0.44% 0.78% -
HSV(B) 275.51º 0.22% 0.88% -
XYZ 53.69 48.88 77.13 -
YUV 189.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 204 175 224 0.09 0.22 0 0.12 275.51 0.44 0.78
Hex CC AF E0 9 16 0 C 114 2C 4E
Octal 314 257 340 11 26 0 14 424 54 116
Binary 11001100 10101111 11100000 1001 10110 0 1100 100010100 101100 1001110

Color Harmonies of #CCAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFE0

Black with #CCAFE0

Text Example


Text Example

White with #CCAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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