Html Css Color HEX #CBB6DB Prelude

📋 copy color: '#CBB6DB'

red 203 ◦ green 182 ◦ blue 219

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

Shades of Prelude #CBB6DB

Tints of Prelude #CBB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.13%

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 33.61%
G = 30.13%
B = 36.26%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBB6DB (or 0xCBB6DB) is known color: Prelude. HEX triplet: CB, B6 and DB. RGB value is (203,182,219). Sum of RGB (Red+Green+Blue) = 203+182+219=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6DB is #344924. Grayscale: #C0C0C0. Windows color (decimal): -3426597 or 14399179. OLE color: 14399179.

HSL color Cylindrical-coordinate representation of color #CBB6DB: hue angle of 274.05º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB6DB is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 182 219 -
CMYK 0.07 0.17 0 0.14
HSL 274.05º 0.34% 0.79% -
HSV(B) 274.05º 0.17% 0.86% -
XYZ 54.14 51.27 74.06 -
YUV 192.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 203 182 219 0.07 0.17 0 0.14 274.05 0.34 0.79
Hex CB B6 DB 7 11 0 E 112 22 4F
Octal 313 266 333 7 21 0 16 422 42 117
Binary 11001011 10110110 11011011 111 10001 0 1110 100010010 100010 1001111

Color Harmonies of #CBB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB6DB

Black with #CBB6DB

Text Example


Text Example

White with #CBB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB6DB; }

 p { color: rgb(203,182,219); }

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

background-color css

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

 a { background-color: rgb(203,182,219); }

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

border-color css

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

 span { border-color: rgb(203,182,219); }

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