#CAAFDF

Color #CAAFDF Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CAAFDF

Tints of Perfume #CAAFDF

Color information

#CAAFDF (or 0xCAAFDF) is unknown color: approx Perfume. HEX triplet: CA, AF and DF. RGB value is (202,175,223). Sum of RGB (Red+Green+Blue) = 202+175+223=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFDF is #355020. Grayscale: #BCBCBC. Windows color (decimal): -3493921 or 14659530. OLE color: 14659530.

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

Color convert

RGB202175223-
CMYK0.090.2200.13
HSL273.75º42.86%78.04%-
HSV(B)273.75º21.52%87.45%-
XYZ53.0148.5476.39-
YUV188.54147.45137.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=33.67%
G=29.17%
B=37.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021752230.090.2200.13273.7542.8678.04
HexCAAFDF9160D1122b4e
Octal312257337112601542253116
Binary110010101010111111011111100110110011011000100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFDF; }

 p { color: rgb(202,175,223); }

 H1.HeaderClassName
 {
   color: #CAAFDF;
 }
 .AnyTagClassName
 {
   color: #CAAFDF;
 }
</style>
background-color css

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

 a { background-color: rgb(202,175,223); }

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

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

 span { border-color: rgb(202,175,223); }

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