Html Css Color HEX #CFB0EC Perfume

📋 copy color: '#CFB0EC'

red 207 ◦ green 176 ◦ blue 236

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

Shades of Perfume #CFB0EC

Tints of Perfume #CFB0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.43%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 33.44%
G = 28.43%
B = 38.13%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFB0EC (or 0xCFB0EC) is known color: Perfume. HEX triplet: CF, B0 and EC. RGB value is (207,176,236). Sum of RGB (Red+Green+Blue) = 207+176+236=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0EC is #304F13. Grayscale: #BFBFBF. Windows color (decimal): -3165972 or 15511759. OLE color: 15511759.

HSL color Cylindrical-coordinate representation of color #CFB0EC: hue angle of 271º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB0EC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 176 236 -
CMYK 0.12 0.25 0 0.07
HSL 271º 0.61% 0.81% -
HSV(B) 271º 0.25% 0.93% -
XYZ 56.4 50.37 86.11 -
YUV 192.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 207 176 236 0.12 0.25 0 0.07 271 0.61 0.81
Hex CF B0 EC C 19 0 7 10F 3D 51
Octal 317 260 354 14 31 0 7 417 75 121
Binary 11001111 10110000 11101100 1100 11001 0 111 100001111 111101 1010001

Color Harmonies of #CFB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0EC

Black with #CFB0EC

Text Example


Text Example

White with #CFB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0EC; }

 p { color: rgb(207,176,236); }

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

background-color css

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

 a { background-color: rgb(207,176,236); }

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

border-color css

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

 span { border-color: rgb(207,176,236); }

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