Html Css Color HEX #CBADE9 Perfume

📋 copy color: '#CBADE9'

red 203 ◦ green 173 ◦ blue 233

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

Shades of Perfume #CBADE9

Tints of Perfume #CBADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.26%

R = 33.33%
G = 28.41%
B = 38.26%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBADE9 (or 0xCBADE9) is known color: Perfume. HEX triplet: CB, AD and E9. RGB value is (203,173,233). Sum of RGB (Red+Green+Blue) = 203+173+233=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADE9 is #345216. Grayscale: #BCBCBC. Windows color (decimal): -3428887 or 15314379. OLE color: 15314379.

HSL color Cylindrical-coordinate representation of color #CBADE9: hue angle of 270º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBADE9 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 173 233 -
CMYK 0.13 0.26 0 0.09
HSL 270º 0.58% 0.8% -
HSV(B) 270º 0.26% 0.91% -
XYZ 54.28 48.47 83.58 -
YUV 188.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 203 173 233 0.13 0.26 0 0.09 270 0.58 0.8
Hex CB AD E9 D 1A 0 9 10E 3A 50
Octal 313 255 351 15 32 0 11 416 72 120
Binary 11001011 10101101 11101001 1101 11010 0 1001 100001110 111010 1010000

Color Harmonies of #CBADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADE9

Black with #CBADE9

Text Example


Text Example

White with #CBADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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