Html Css Color HEX #CFB0ED Perfume

📋 copy color: '#CFB0ED'

red 207 ◦ green 176 ◦ blue 237

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

Shades of Perfume #CFB0ED

Tints of Perfume #CFB0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 33.39%
G = 28.39%
B = 38.23%

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

#CFB0ED (or 0xCFB0ED) is known color: Perfume. HEX triplet: CF, B0 and ED. RGB value is (207,176,237). Sum of RGB (Red+Green+Blue) = 207+176+237=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0ED is #304F12. Grayscale: #C0C0C0. Windows color (decimal): -3165971 or 15577295. OLE color: 15577295.

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

Color convert

RGB 207 176 237 -
CMYK 0.13 0.26 0 0.07
HSL 270.49º 0.63% 0.81% -
HSV(B) 270.49º 0.26% 0.93% -
XYZ 56.54 50.43 86.87 -
YUV 192.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 207 176 237 0.13 0.26 0 0.07 270.49 0.63 0.81
Hex CF B0 ED D 1A 0 7 10E 3F 51
Octal 317 260 355 15 32 0 7 416 77 121
Binary 11001111 10110000 11101101 1101 11010 0 111 100001110 111111 1010001

Color Harmonies of #CFB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0ED

Black with #CFB0ED

Text Example


Text Example

White with #CFB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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