Html Css Color HEX #CBB0DF Perfume

📋 copy color: '#CBB0DF'

red 203 ◦ green 176 ◦ blue 223

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

Shades of Perfume #CBB0DF

Tints of Perfume #CBB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.24%

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 33.72%
G = 29.24%
B = 37.04%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBB0DF (or 0xCBB0DF) is known color: Perfume. HEX triplet: CB, B0 and DF. RGB value is (203,176,223). Sum of RGB (Red+Green+Blue) = 203+176+223=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DF is #344F20. Grayscale: #BDBDBD. Windows color (decimal): -3428129 or 14659787. OLE color: 14659787.

HSL color Cylindrical-coordinate representation of color #CBB0DF: hue angle of 274.47º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB0DF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 176 223 -
CMYK 0.09 0.21 0 0.13
HSL 274.47º 0.42% 0.78% -
HSV(B) 274.47º 0.21% 0.87% -
XYZ 53.47 49.07 76.47 -
YUV 189.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 203 176 223 0.09 0.21 0 0.13 274.47 0.42 0.78
Hex CB B0 DF 9 15 0 D 112 2A 4E
Octal 313 260 337 11 25 0 15 422 52 116
Binary 11001011 10110000 11011111 1001 10101 0 1101 100010010 101010 1001110

Color Harmonies of #CBB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0DF

Black with #CBB0DF

Text Example


Text Example

White with #CBB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0DF; }

 p { color: rgb(203,176,223); }

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

background-color css

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

 a { background-color: rgb(203,176,223); }

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

border-color css

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

 span { border-color: rgb(203,176,223); }

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