Html Css Color HEX #CBADE4 Perfume

📋 copy color: '#CBADE4'

red 203 ◦ green 173 ◦ blue 228

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

Shades of Perfume #CBADE4

Tints of Perfume #CBADE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.75%

R = 33.61%
G = 28.64%
B = 37.75%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBADE4 (or 0xCBADE4) is known color: Perfume. HEX triplet: CB, AD and E4. RGB value is (203,173,228). Sum of RGB (Red+Green+Blue) = 203+173+228=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADE4 is #34521B. Grayscale: #BCBCBC. Windows color (decimal): -3428892 or 14986699. OLE color: 14986699.

HSL color Cylindrical-coordinate representation of color #CBADE4: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBADE4 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 173 228 -
CMYK 0.11 0.24 0 0.11
HSL 272.73º 0.5% 0.79% -
HSV(B) 272.73º 0.24% 0.89% -
XYZ 53.58 48.19 79.88 -
YUV 188.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 203 173 228 0.11 0.24 0 0.11 272.73 0.5 0.79
Hex CB AD E4 B 18 0 B 111 32 4F
Octal 313 255 344 13 30 0 13 421 62 117
Binary 11001011 10101101 11100100 1011 11000 0 1011 100010001 110010 1001111

Color Harmonies of #CBADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADE4

Black with #CBADE4

Text Example


Text Example

White with #CBADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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