Html Css Color HEX #CBADE1 Perfume

📋 copy color: '#CBADE1'

red 203 ◦ green 173 ◦ blue 225

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

Shades of Perfume #CBADE1

Tints of Perfume #CBADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 33.78%
G = 28.79%
B = 37.44%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBADE1 (or 0xCBADE1) is known color: Perfume. HEX triplet: CB, AD and E1. RGB value is (203,173,225). Sum of RGB (Red+Green+Blue) = 203+173+225=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADE1 is #34521E. Grayscale: #BBBBBB. Windows color (decimal): -3428895 or 14790091. OLE color: 14790091.

HSL color Cylindrical-coordinate representation of color #CBADE1: hue angle of 274.62º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBADE1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 173 225 -
CMYK 0.10 0.23 0 0.12
HSL 274.62º 0.46% 0.78% -
HSV(B) 274.62º 0.23% 0.88% -
XYZ 53.16 48.02 77.7 -
YUV 187.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 203 173 225 0.10 0.23 0 0.12 274.62 0.46 0.78
Hex CB AD E1 A 17 0 C 113 2E 4E
Octal 313 255 341 12 27 0 14 423 56 116
Binary 11001011 10101101 11100001 1010 10111 0 1100 100010011 101110 1001110

Color Harmonies of #CBADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADE1

Black with #CBADE1

Text Example


Text Example

White with #CBADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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