Html Css Color HEX #CBADF1 Perfume

📋 copy color: '#CBADF1'

red 203 ◦ green 173 ◦ blue 241

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

Shades of Perfume #CBADF1

Tints of Perfume #CBADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.06%

R = 32.9%
G = 28.04%
B = 39.06%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CBADF1 (or 0xCBADF1) is known color: Perfume. HEX triplet: CB, AD and F1. RGB value is (203,173,241). Sum of RGB (Red+Green+Blue) = 203+173+241=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF1 is #34520E. Grayscale: #BDBDBD. Windows color (decimal): -3428879 or 15838667. OLE color: 15838667.

HSL color Cylindrical-coordinate representation of color #CBADF1: hue angle of 266.47º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBADF1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 173 241 -
CMYK 0.16 0.28 0 0.05
HSL 266.47º 0.71% 0.81% -
HSV(B) 266.47º 0.28% 0.95% -
XYZ 55.45 48.93 89.74 -
YUV 189.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 203 173 241 0.16 0.28 0 0.05 266.47 0.71 0.81
Hex CB AD F1 10 1C 0 5 10A 47 51
Octal 313 255 361 20 34 0 5 412 107 121
Binary 11001011 10101101 11110001 10000 11100 0 101 100001010 1000111 1010001

Color Harmonies of #CBADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADF1

Black with #CBADF1

Text Example


Text Example

White with #CBADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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