Html Css Color HEX #CBA5EB Perfume

📋 copy color: '#CBA5EB'

red 203 ◦ green 165 ◦ blue 235

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

Shades of Perfume #CBA5EB

Tints of Perfume #CBA5EB

RGB

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

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

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

R = 33.67%
G = 27.36%
B = 38.97%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBA5EB (or 0xCBA5EB) is known color: Perfume. HEX triplet: CB, A5 and EB. RGB value is (203,165,235). Sum of RGB (Red+Green+Blue) = 203+165+235=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5EB is #345A14. Grayscale: #B8B8B8. Windows color (decimal): -3430933 or 15443403. OLE color: 15443403.

HSL color Cylindrical-coordinate representation of color #CBA5EB: hue angle of 272.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA5EB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 165 235 -
CMYK 0.14 0.30 0 0.08
HSL 272.57º 0.64% 0.78% -
HSV(B) 272.57º 0.3% 0.92% -
XYZ 53.08 45.6 84.6 -
YUV 184.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 203 165 235 0.14 0.30 0 0.08 272.57 0.64 0.78
Hex CB A5 EB E 1E 0 8 111 40 4E
Octal 313 245 353 16 36 0 10 421 100 116
Binary 11001011 10100101 11101011 1110 11110 0 1000 100010001 1000000 1001110

Color Harmonies of #CBA5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5EB

Black with #CBA5EB

Text Example


Text Example

White with #CBA5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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