Html Css Color HEX #CBB4DB Prelude

📋 copy color: '#CBB4DB'

red 203 ◦ green 180 ◦ blue 219

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

Shades of Prelude #CBB4DB

Tints of Prelude #CBB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.9%

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

R = 33.72%
G = 29.9%
B = 36.38%

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

#CBB4DB (or 0xCBB4DB) is known color: Prelude. HEX triplet: CB, B4 and DB. RGB value is (203,180,219). Sum of RGB (Red+Green+Blue) = 203+180+219=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4DB is #344B24. Grayscale: #BFBFBF. Windows color (decimal): -3427109 or 14398667. OLE color: 14398667.

HSL color Cylindrical-coordinate representation of color #CBB4DB: hue angle of 275.38º degrees, saturation: 0.35, 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 #CBB4DB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 180 219 -
CMYK 0.07 0.18 0 0.14
HSL 275.38º 0.35% 0.78% -
HSV(B) 275.38º 0.18% 0.86% -
XYZ 53.74 50.45 73.92 -
YUV 191.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 203 180 219 0.07 0.18 0 0.14 275.38 0.35 0.78
Hex CB B4 DB 7 12 0 E 113 23 4E
Octal 313 264 333 7 22 0 16 423 43 116
Binary 11001011 10110100 11011011 111 10010 0 1110 100010011 100011 1001110

Color Harmonies of #CBB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB4DB

Black with #CBB4DB

Text Example


Text Example

White with #CBB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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