Html Css Color HEX #CFB2EB Perfume

📋 copy color: '#CFB2EB'

red 207 ◦ green 178 ◦ blue 235

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

Shades of Perfume #CFB2EB

Tints of Perfume #CFB2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.71%

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

R = 33.39%
G = 28.71%
B = 37.9%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFB2EB (or 0xCFB2EB) is known color: Perfume. HEX triplet: CF, B2 and EB. RGB value is (207,178,235). Sum of RGB (Red+Green+Blue) = 207+178+235=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2EB is #304D14. Grayscale: #C0C0C0. Windows color (decimal): -3165461 or 15446735. OLE color: 15446735.

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

Color convert

RGB 207 178 235 -
CMYK 0.12 0.24 0 0.08
HSL 270.53º 0.59% 0.81% -
HSV(B) 270.53º 0.24% 0.92% -
XYZ 56.65 51.1 85.48 -
YUV 193.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 207 178 235 0.12 0.24 0 0.08 270.53 0.59 0.81
Hex CF B2 EB C 18 0 8 10F 3B 51
Octal 317 262 353 14 30 0 10 417 73 121
Binary 11001111 10110010 11101011 1100 11000 0 1000 100001111 111011 1010001

Color Harmonies of #CFB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2EB

Black with #CFB2EB

Text Example


Text Example

White with #CFB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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