Html Css Color HEX #CBADEA Perfume

📋 copy color: '#CBADEA'

red 203 ◦ green 173 ◦ blue 234

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

Shades of Perfume #CBADEA

Tints of Perfume #CBADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.36%

 BLUE value IS 234 (91.8% from 255) = 38.36%

R = 33.28%
G = 28.36%
B = 38.36%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBADEA (or 0xCBADEA) is known color: Perfume. HEX triplet: CB, AD and EA. RGB value is (203,173,234). Sum of RGB (Red+Green+Blue) = 203+173+234=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADEA is #345215. Grayscale: #BCBCBC. Windows color (decimal): -3428886 or 15379915. OLE color: 15379915.

HSL color Cylindrical-coordinate representation of color #CBADEA: hue angle of 269.51º degrees, saturation: 0.59, 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 #CBADEA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 173 234 -
CMYK 0.13 0.26 0 0.08
HSL 269.51º 0.59% 0.8% -
HSV(B) 269.51º 0.26% 0.92% -
XYZ 54.42 48.52 84.34 -
YUV 188.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 203 173 234 0.13 0.26 0 0.08 269.51 0.59 0.8
Hex CB AD EA D 1A 0 8 10E 3B 50
Octal 313 255 352 15 32 0 10 416 73 120
Binary 11001011 10101101 11101010 1101 11010 0 1000 100001110 111011 1010000

Color Harmonies of #CBADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADEA

Black with #CBADEA

Text Example


Text Example

White with #CBADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADEA; }

 p { color: rgb(203,173,234); }

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

background-color css

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

 a { background-color: rgb(203,173,234); }

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

border-color css

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

 span { border-color: rgb(203,173,234); }

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