Html Css Color HEX #CBB7DB Prelude

📋 copy color: '#CBB7DB'

red 203 ◦ green 183 ◦ blue 219

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

Shades of Prelude #CBB7DB

Tints of Prelude #CBB7DB

RGB

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

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

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

R = 33.55%
G = 30.25%
B = 36.2%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBB7DB (or 0xCBB7DB) is known color: Prelude. HEX triplet: CB, B7 and DB. RGB value is (203,183,219). Sum of RGB (Red+Green+Blue) = 203+183+219=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7DB is #344824. Grayscale: #C0C0C0. Windows color (decimal): -3426341 or 14399435. OLE color: 14399435.

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

Color convert

RGB 203 183 219 -
CMYK 0.07 0.16 0 0.14
HSL 273.33º 0.33% 0.79% -
HSV(B) 273.33º 0.16% 0.86% -
XYZ 54.35 51.68 74.13 -
YUV 193.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 203 183 219 0.07 0.16 0 0.14 273.33 0.33 0.79
Hex CB B7 DB 7 10 0 E 111 21 4F
Octal 313 267 333 7 20 0 16 421 41 117
Binary 11001011 10110111 11011011 111 10000 0 1110 100010001 100001 1001111

Color Harmonies of #CBB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7DB

Black with #CBB7DB

Text Example


Text Example

White with #CBB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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