Html Css Color HEX #CBAEE5 Perfume

📋 copy color: '#CBAEE5'

red 203 ◦ green 174 ◦ blue 229

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

Shades of Perfume #CBAEE5

Tints of Perfume #CBAEE5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.71%

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 33.5%
G = 28.71%
B = 37.79%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBAEE5 (or 0xCBAEE5) is known color: Perfume. HEX triplet: CB, AE and E5. RGB value is (203,174,229). Sum of RGB (Red+Green+Blue) = 203+174+229=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEE5 is #34511A. Grayscale: #BCBCBC. Windows color (decimal): -3428635 or 15052491. OLE color: 15052491.

HSL color Cylindrical-coordinate representation of color #CBAEE5: hue angle of 271.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAEE5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 174 229 -
CMYK 0.11 0.24 0 0.10
HSL 271.64º 0.51% 0.79% -
HSV(B) 271.64º 0.24% 0.9% -
XYZ 53.91 48.63 80.67 -
YUV 188.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 203 174 229 0.11 0.24 0 0.10 271.64 0.51 0.79
Hex CB AE E5 B 18 0 A 110 33 4F
Octal 313 256 345 13 30 0 12 420 63 117
Binary 11001011 10101110 11100101 1011 11000 0 1010 100010000 110011 1001111

Color Harmonies of #CBAEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEE5

Black with #CBAEE5

Text Example


Text Example

White with #CBAEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEE5; }

 p { color: rgb(203,174,229); }

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

background-color css

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

 a { background-color: rgb(203,174,229); }

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

border-color css

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

 span { border-color: rgb(203,174,229); }

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