Html Css Color HEX #CBB1DB Prelude

📋 copy color: '#CBB1DB'

red 203 ◦ green 177 ◦ blue 219

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

Shades of Prelude #CBB1DB

Tints of Prelude #CBB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.55%

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

R = 33.89%
G = 29.55%
B = 36.56%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBB1DB (or 0xCBB1DB) is known color: Prelude. HEX triplet: CB, B1 and DB. RGB value is (203,177,219). Sum of RGB (Red+Green+Blue) = 203+177+219=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1DB is #344E24. Grayscale: #BDBDBD. Windows color (decimal): -3427877 or 14397899. OLE color: 14397899.

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

Color convert

RGB 203 177 219 -
CMYK 0.07 0.19 0 0.14
HSL 277.14º 0.37% 0.78% -
HSV(B) 277.14º 0.19% 0.86% -
XYZ 53.14 49.26 73.72 -
YUV 189.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 203 177 219 0.07 0.19 0 0.14 277.14 0.37 0.78
Hex CB B1 DB 7 13 0 E 115 25 4E
Octal 313 261 333 7 23 0 16 425 45 116
Binary 11001011 10110001 11011011 111 10011 0 1110 100010101 100101 1001110

Color Harmonies of #CBB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB1DB

Black with #CBB1DB

Text Example


Text Example

White with #CBB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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