Html Css Color HEX #CFAEE6 Perfume

📋 copy color: '#CFAEE6'

red 207 ◦ green 174 ◦ blue 230

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

Shades of Perfume #CFAEE6

Tints of Perfume #CFAEE6

RGB

 RED value IS 207 (81.25% from 255) = 33.88%

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

 BLUE value IS 230 (90.23% from 255) = 37.64%

R = 33.88%
G = 28.48%
B = 37.64%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFAEE6 (or 0xCFAEE6) is known color: Perfume. HEX triplet: CF, AE and E6. RGB value is (207,174,230). Sum of RGB (Red+Green+Blue) = 207+174+230=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEE6 is #305119. Grayscale: #BEBEBE. Windows color (decimal): -3166490 or 15118031. OLE color: 15118031.

HSL color Cylindrical-coordinate representation of color #CFAEE6: hue angle of 275.36º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFAEE6 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 174 230 -
CMYK 0.10 0.24 0 0.10
HSL 275.36º 0.53% 0.79% -
HSV(B) 275.36º 0.24% 0.9% -
XYZ 55.15 49.25 81.46 -
YUV 190.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 207 174 230 0.10 0.24 0 0.10 275.36 0.53 0.79
Hex CF AE E6 A 18 0 A 113 35 4F
Octal 317 256 346 12 30 0 12 423 65 117
Binary 11001111 10101110 11100110 1010 11000 0 1010 100010011 110101 1001111

Color Harmonies of #CFAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEE6

Black with #CFAEE6

Text Example


Text Example

White with #CFAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEE6; }

 p { color: rgb(207,174,230); }

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

background-color css

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

 a { background-color: rgb(207,174,230); }

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

border-color css

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

 span { border-color: rgb(207,174,230); }

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