Html Css Color HEX #CFAEEB Perfume

📋 copy color: '#CFAEEB'

red 207 ◦ green 174 ◦ blue 235

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

Shades of Perfume #CFAEEB

Tints of Perfume #CFAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 33.6%
G = 28.25%
B = 38.15%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFAEEB (or 0xCFAEEB) is known color: Perfume. HEX triplet: CF, AE and EB. RGB value is (207,174,235). Sum of RGB (Red+Green+Blue) = 207+174+235=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEEB is #305114. Grayscale: #BEBEBE. Windows color (decimal): -3166485 or 15445711. OLE color: 15445711.

HSL color Cylindrical-coordinate representation of color #CFAEEB: hue angle of 272.46º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFAEEB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 174 235 -
CMYK 0.12 0.26 0 0.08
HSL 272.46º 0.6% 0.8% -
HSV(B) 272.46º 0.26% 0.92% -
XYZ 55.86 49.54 85.21 -
YUV 190.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 207 174 235 0.12 0.26 0 0.08 272.46 0.6 0.8
Hex CF AE EB C 1A 0 8 110 3C 50
Octal 317 256 353 14 32 0 10 420 74 120
Binary 11001111 10101110 11101011 1100 11010 0 1000 100010000 111100 1010000

Color Harmonies of #CFAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEEB

Black with #CFAEEB

Text Example


Text Example

White with #CFAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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