Html Css Color HEX #CBA5EF Perfume

📋 copy color: '#CBA5EF'

red 203 ◦ green 165 ◦ blue 239

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

Shades of Perfume #CBA5EF

Tints of Perfume #CBA5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.37%

R = 33.44%
G = 27.18%
B = 39.37%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBA5EF (or 0xCBA5EF) is known color: Perfume. HEX triplet: CB, A5 and EF. RGB value is (203,165,239). Sum of RGB (Red+Green+Blue) = 203+165+239=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBA5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5EF is #345A10. Grayscale: #B8B8B8. Windows color (decimal): -3430929 or 15705547. OLE color: 15705547.

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

Color convert

RGB 203 165 239 -
CMYK 0.15 0.31 0 0.06
HSL 270.81º 0.7% 0.79% -
HSV(B) 270.81º 0.31% 0.94% -
XYZ 53.66 45.84 87.68 -
YUV 184.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 203 165 239 0.15 0.31 0 0.06 270.81 0.7 0.79
Hex CB A5 EF F 1F 0 6 10F 46 4F
Octal 313 245 357 17 37 0 6 417 106 117
Binary 11001011 10100101 11101111 1111 11111 0 110 100001111 1000110 1001111

Color Harmonies of #CBA5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5EF

Black with #CBA5EF

Text Example


Text Example

White with #CBA5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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