Html Css Color HEX #CBA4EE Perfume

📋 copy color: '#CBA4EE'

red 203 ◦ green 164 ◦ blue 238

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

Shades of Perfume #CBA4EE

Tints of Perfume #CBA4EE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

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

R = 33.55%
G = 27.11%
B = 39.34%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBA4EE (or 0xCBA4EE) is known color: Perfume. HEX triplet: CB, A4 and EE. RGB value is (203,164,238). Sum of RGB (Red+Green+Blue) = 203+164+238=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4EE is #345B11. Grayscale: #B7B7B7. Windows color (decimal): -3431186 or 15639755. OLE color: 15639755.

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

Color convert

RGB 203 164 238 -
CMYK 0.15 0.31 0 0.07
HSL 271.62º 0.69% 0.79% -
HSV(B) 271.62º 0.31% 0.93% -
XYZ 53.34 45.42 86.84 -
YUV 184.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 203 164 238 0.15 0.31 0 0.07 271.62 0.69 0.79
Hex CB A4 EE F 1F 0 7 110 45 4F
Octal 313 244 356 17 37 0 7 420 105 117
Binary 11001011 10100100 11101110 1111 11111 0 111 100010000 1000101 1001111

Color Harmonies of #CBA4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4EE

Black with #CBA4EE

Text Example


Text Example

White with #CBA4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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