Html Css Color HEX #CBAEEB Perfume

📋 copy color: '#CBAEEB'

red 203 ◦ green 174 ◦ blue 235

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

Shades of Perfume #CBAEEB

Tints of Perfume #CBAEEB

RGB

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

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

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

R = 33.17%
G = 28.43%
B = 38.4%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBAEEB (or 0xCBAEEB) is known color: Perfume. HEX triplet: CB, AE and EB. RGB value is (203,174,235). Sum of RGB (Red+Green+Blue) = 203+174+235=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEEB is #345114. Grayscale: #BDBDBD. Windows color (decimal): -3428629 or 15445707. OLE color: 15445707.

HSL color Cylindrical-coordinate representation of color #CBAEEB: hue angle of 268.52º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAEEB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 174 235 -
CMYK 0.14 0.26 0 0.08
HSL 268.52º 0.6% 0.8% -
HSV(B) 268.52º 0.26% 0.92% -
XYZ 54.76 48.97 85.16 -
YUV 189.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 203 174 235 0.14 0.26 0 0.08 268.52 0.6 0.8
Hex CB AE EB E 1A 0 8 10D 3C 50
Octal 313 256 353 16 32 0 10 415 74 120
Binary 11001011 10101110 11101011 1110 11010 0 1000 100001101 111100 1010000

Color Harmonies of #CBAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEEB

Black with #CBAEEB

Text Example


Text Example

White with #CBAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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