Html Css Color HEX #CBA5EE Perfume

📋 copy color: '#CBA5EE'

red 203 ◦ green 165 ◦ blue 238

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

Shades of Perfume #CBA5EE

Tints of Perfume #CBA5EE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.23%

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

R = 33.5%
G = 27.23%
B = 39.27%

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

#CBA5EE (or 0xCBA5EE) is known color: Perfume. HEX triplet: CB, A5 and EE. RGB value is (203,165,238). Sum of RGB (Red+Green+Blue) = 203+165+238=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5EE is #345A11. Grayscale: #B8B8B8. Windows color (decimal): -3430930 or 15640011. OLE color: 15640011.

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

Color convert

RGB 203 165 238 -
CMYK 0.15 0.31 0 0.07
HSL 271.23º 0.68% 0.79% -
HSV(B) 271.23º 0.31% 0.93% -
XYZ 53.52 45.78 86.9 -
YUV 184.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 203 165 238 0.15 0.31 0 0.07 271.23 0.68 0.79
Hex CB A5 EE F 1F 0 7 10F 44 4F
Octal 313 245 356 17 37 0 7 417 104 117
Binary 11001011 10100101 11101110 1111 11111 0 111 100001111 1000100 1001111

Color Harmonies of #CBA5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5EE

Black with #CBA5EE

Text Example


Text Example

White with #CBA5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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