Html Css Color HEX #CFA9EE Perfume

📋 copy color: '#CFA9EE'

red 207 ◦ green 169 ◦ blue 238

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

Shades of Perfume #CFA9EE

Tints of Perfume #CFA9EE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.52%

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 33.71%
G = 27.52%
B = 38.76%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFA9EE (or 0xCFA9EE) is known color: Perfume. HEX triplet: CF, A9 and EE. RGB value is (207,169,238). Sum of RGB (Red+Green+Blue) = 207+169+238=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFA9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9EE is #305611. Grayscale: #BBBBBB. Windows color (decimal): -3167762 or 15641039. OLE color: 15641039.

HSL color Cylindrical-coordinate representation of color #CFA9EE: hue angle of 273.04º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA9EE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 169 238 -
CMYK 0.13 0.29 0 0.07
HSL 273.04º 0.67% 0.8% -
HSV(B) 273.04º 0.29% 0.93% -
XYZ 55.35 47.81 87.2 -
YUV 188.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 207 169 238 0.13 0.29 0 0.07 273.04 0.67 0.8
Hex CF A9 EE D 1D 0 7 111 43 50
Octal 317 251 356 15 35 0 7 421 103 120
Binary 11001111 10101001 11101110 1101 11101 0 111 100010001 1000011 1010000

Color Harmonies of #CFA9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9EE

Black with #CFA9EE

Text Example


Text Example

White with #CFA9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9EE; }

 p { color: rgb(207,169,238); }

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

background-color css

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

 a { background-color: rgb(207,169,238); }

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

border-color css

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

 span { border-color: rgb(207,169,238); }

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