Html Css Color HEX #CFB0E8 Perfume

📋 copy color: '#CFB0E8'

red 207 ◦ green 176 ◦ blue 232

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

Shades of Perfume #CFB0E8

Tints of Perfume #CFB0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.72%

R = 33.66%
G = 28.62%
B = 37.72%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CFB0E8 (or 0xCFB0E8) is known color: Perfume. HEX triplet: CF, B0 and E8. RGB value is (207,176,232). Sum of RGB (Red+Green+Blue) = 207+176+232=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0E8 is #304F17. Grayscale: #BFBFBF. Windows color (decimal): -3165976 or 15249615. OLE color: 15249615.

HSL color Cylindrical-coordinate representation of color #CFB0E8: hue angle of 273.21º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB0E8 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 176 232 -
CMYK 0.11 0.24 0 0.09
HSL 273.21º 0.55% 0.8% -
HSV(B) 273.21º 0.24% 0.91% -
XYZ 55.82 50.14 83.08 -
YUV 191.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 207 176 232 0.11 0.24 0 0.09 273.21 0.55 0.8
Hex CF B0 E8 B 18 0 9 111 37 50
Octal 317 260 350 13 30 0 11 421 67 120
Binary 11001111 10110000 11101000 1011 11000 0 1001 100010001 110111 1010000

Color Harmonies of #CFB0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0E8

Black with #CFB0E8

Text Example


Text Example

White with #CFB0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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