Html Css Color HEX #CFB0EE Perfume

📋 copy color: '#CFB0EE'

red 207 ◦ green 176 ◦ blue 238

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

Shades of Perfume #CFB0EE

Tints of Perfume #CFB0EE

RGB

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

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

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

R = 33.33%
G = 28.34%
B = 38.33%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFB0EE (or 0xCFB0EE) is known color: Perfume. HEX triplet: CF, B0 and EE. RGB value is (207,176,238). Sum of RGB (Red+Green+Blue) = 207+176+238=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0EE is #304F11. Grayscale: #C0C0C0. Windows color (decimal): -3165970 or 15642831. OLE color: 15642831.

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

Color convert

RGB 207 176 238 -
CMYK 0.13 0.26 0 0.07
HSL 270º 0.65% 0.81% -
HSV(B) 270º 0.26% 0.93% -
XYZ 56.69 50.49 87.65 -
YUV 192.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 207 176 238 0.13 0.26 0 0.07 270 0.65 0.81
Hex CF B0 EE D 1A 0 7 10E 41 51
Octal 317 260 356 15 32 0 7 416 101 121
Binary 11001111 10110000 11101110 1101 11010 0 111 100001110 1000001 1010001

Color Harmonies of #CFB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0EE

Black with #CFB0EE

Text Example


Text Example

White with #CFB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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