Html Css Color HEX #CBA6EE Perfume

📋 copy color: '#CBA6EE'

red 203 ◦ green 166 ◦ blue 238

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

Shades of Perfume #CBA6EE

Tints of Perfume #CBA6EE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.35%

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

R = 33.44%
G = 27.35%
B = 39.21%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBA6EE (or 0xCBA6EE) is known color: Perfume. HEX triplet: CB, A6 and EE. RGB value is (203,166,238). Sum of RGB (Red+Green+Blue) = 203+166+238=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6EE is #345911. Grayscale: #B9B9B9. Windows color (decimal): -3430674 or 15640267. OLE color: 15640267.

HSL color Cylindrical-coordinate representation of color #CBA6EE: hue angle of 270.83º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA6EE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 166 238 -
CMYK 0.15 0.30 0 0.07
HSL 270.83º 0.68% 0.79% -
HSV(B) 270.83º 0.3% 0.93% -
XYZ 53.7 46.14 86.97 -
YUV 185.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 203 166 238 0.15 0.30 0 0.07 270.83 0.68 0.79
Hex CB A6 EE F 1E 0 7 10F 44 4F
Octal 313 246 356 17 36 0 7 417 104 117
Binary 11001011 10100110 11101110 1111 11110 0 111 100001111 1000100 1001111

Color Harmonies of #CBA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6EE

Black with #CBA6EE

Text Example


Text Example

White with #CBA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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