Html Css Color HEX #CFAAEE Perfume

📋 copy color: '#CFAAEE'

red 207 ◦ green 170 ◦ blue 238

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

Shades of Perfume #CFAAEE

Tints of Perfume #CFAAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.64%

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

R = 33.66%
G = 27.64%
B = 38.7%

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

#CFAAEE (or 0xCFAAEE) is known color: Perfume. HEX triplet: CF, AA and EE. RGB value is (207,170,238). Sum of RGB (Red+Green+Blue) = 207+170+238=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAEE is #305511. Grayscale: #BCBCBC. Windows color (decimal): -3167506 or 15641295. OLE color: 15641295.

HSL color Cylindrical-coordinate representation of color #CFAAEE: hue angle of 272.65º 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 #CFAAEE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 170 238 -
CMYK 0.13 0.29 0 0.07
HSL 272.65º 0.67% 0.8% -
HSV(B) 272.65º 0.29% 0.93% -
XYZ 55.54 48.19 87.26 -
YUV 188.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 207 170 238 0.13 0.29 0 0.07 272.65 0.67 0.8
Hex CF AA EE D 1D 0 7 111 43 50
Octal 317 252 356 15 35 0 7 421 103 120
Binary 11001111 10101010 11101110 1101 11101 0 111 100010001 1000011 1010000

Color Harmonies of #CFAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAEE

Black with #CFAAEE

Text Example


Text Example

White with #CFAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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