Html Css Color HEX #CBB3DB Prelude

📋 copy color: '#CBB3DB'

red 203 ◦ green 179 ◦ blue 219

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

Shades of Prelude #CBB3DB

Tints of Prelude #CBB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.78%

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

R = 33.78%
G = 29.78%
B = 36.44%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBB3DB (or 0xCBB3DB) is known color: Prelude. HEX triplet: CB, B3 and DB. RGB value is (203,179,219). Sum of RGB (Red+Green+Blue) = 203+179+219=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3DB is #344C24. Grayscale: #BEBEBE. Windows color (decimal): -3427365 or 14398411. OLE color: 14398411.

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

Color convert

RGB 203 179 219 -
CMYK 0.07 0.18 0 0.14
HSL 276º 0.36% 0.78% -
HSV(B) 276º 0.18% 0.86% -
XYZ 53.53 50.05 73.86 -
YUV 190.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 203 179 219 0.07 0.18 0 0.14 276 0.36 0.78
Hex CB B3 DB 7 12 0 E 114 24 4E
Octal 313 263 333 7 22 0 16 424 44 116
Binary 11001011 10110011 11011011 111 10010 0 1110 100010100 100100 1001110

Color Harmonies of #CBB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB3DB

Black with #CBB3DB

Text Example


Text Example

White with #CBB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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