Html Css Color HEX #CBAEE6 Perfume

📋 copy color: '#CBAEE6'

red 203 ◦ green 174 ◦ blue 230

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

Shades of Perfume #CBAEE6

Tints of Perfume #CBAEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.89%

R = 33.44%
G = 28.67%
B = 37.89%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBAEE6 (or 0xCBAEE6) is known color: Perfume. HEX triplet: CB, AE and E6. RGB value is (203,174,230). Sum of RGB (Red+Green+Blue) = 203+174+230=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEE6 is #345119. Grayscale: #BCBCBC. Windows color (decimal): -3428634 or 15118027. OLE color: 15118027.

HSL color Cylindrical-coordinate representation of color #CBAEE6: hue angle of 271.07º degrees, saturation: 0.53, 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 #CBAEE6 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 174 230 -
CMYK 0.12 0.24 0 0.10
HSL 271.07º 0.53% 0.79% -
HSV(B) 271.07º 0.24% 0.9% -
XYZ 54.05 48.68 81.41 -
YUV 189.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 203 174 230 0.12 0.24 0 0.10 271.07 0.53 0.79
Hex CB AE E6 C 18 0 A 10F 35 4F
Octal 313 256 346 14 30 0 12 417 65 117
Binary 11001011 10101110 11100110 1100 11000 0 1010 100001111 110101 1001111

Color Harmonies of #CBAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEE6

Black with #CBAEE6

Text Example


Text Example

White with #CBAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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