Html Css Color HEX #CBB7DF Perfume

📋 copy color: '#CBB7DF'

red 203 ◦ green 183 ◦ blue 223

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

Shades of Perfume #CBB7DF

Tints of Perfume #CBB7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.05%

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

R = 33.33%
G = 30.05%
B = 36.62%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBB7DF (or 0xCBB7DF) is known color: Perfume. HEX triplet: CB, B7 and DF. RGB value is (203,183,223). Sum of RGB (Red+Green+Blue) = 203+183+223=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7DF is #344820. Grayscale: #C1C1C1. Windows color (decimal): -3426337 or 14661579. OLE color: 14661579.

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

Color convert

RGB 203 183 223 -
CMYK 0.09 0.18 0 0.13
HSL 270º 0.38% 0.8% -
HSV(B) 270º 0.18% 0.87% -
XYZ 54.88 51.89 76.94 -
YUV 193.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 203 183 223 0.09 0.18 0 0.13 270 0.38 0.8
Hex CB B7 DF 9 12 0 D 10E 26 50
Octal 313 267 337 11 22 0 15 416 46 120
Binary 11001011 10110111 11011111 1001 10010 0 1101 100001110 100110 1010000

Color Harmonies of #CBB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7DF

Black with #CBB7DF

Text Example


Text Example

White with #CBB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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