Html Css Color HEX #CBB0EE Perfume

📋 copy color: '#CBB0EE'

red 203 ◦ green 176 ◦ blue 238

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

Shades of Perfume #CBB0EE

Tints of Perfume #CBB0EE

RGB

 RED value IS 203 (79.69% from 255) = 32.9%

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

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

R = 32.9%
G = 28.53%
B = 38.57%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBB0EE (or 0xCBB0EE) is known color: Perfume. HEX triplet: CB, B0 and EE. RGB value is (203,176,238). Sum of RGB (Red+Green+Blue) = 203+176+238=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0EE is #344F11. Grayscale: #BEBEBE. Windows color (decimal): -3428114 or 15642827. OLE color: 15642827.

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

Color convert

RGB 203 176 238 -
CMYK 0.15 0.26 0 0.07
HSL 266.13º 0.65% 0.81% -
HSV(B) 266.13º 0.26% 0.93% -
XYZ 55.59 49.92 87.59 -
YUV 191.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 203 176 238 0.15 0.26 0 0.07 266.13 0.65 0.81
Hex CB B0 EE F 1A 0 7 10A 41 51
Octal 313 260 356 17 32 0 7 412 101 121
Binary 11001011 10110000 11101110 1111 11010 0 111 100001010 1000001 1010001

Color Harmonies of #CBB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0EE

Black with #CBB0EE

Text Example


Text Example

White with #CBB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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