Html Css Color HEX #CBADE5 Perfume

📋 copy color: '#CBADE5'

red 203 ◦ green 173 ◦ blue 229

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

Shades of Perfume #CBADE5

Tints of Perfume #CBADE5

RGB

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

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

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

R = 33.55%
G = 28.6%
B = 37.85%

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

#CBADE5 (or 0xCBADE5) is known color: Perfume. HEX triplet: CB, AD and E5. RGB value is (203,173,229). Sum of RGB (Red+Green+Blue) = 203+173+229=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADE5 is #34521A. Grayscale: #BCBCBC. Windows color (decimal): -3428891 or 15052235. OLE color: 15052235.

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

Color convert

RGB 203 173 229 -
CMYK 0.11 0.24 0 0.10
HSL 272.14º 0.52% 0.79% -
HSV(B) 272.14º 0.24% 0.9% -
XYZ 53.72 48.24 80.61 -
YUV 188.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 203 173 229 0.11 0.24 0 0.10 272.14 0.52 0.79
Hex CB AD E5 B 18 0 A 110 34 4F
Octal 313 255 345 13 30 0 12 420 64 117
Binary 11001011 10101101 11100101 1011 11000 0 1010 100010000 110100 1001111

Color Harmonies of #CBADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADE5

Black with #CBADE5

Text Example


Text Example

White with #CBADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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