Html Css Color HEX #CBBADB Prelude

📋 copy color: '#CBBADB'

red 203 ◦ green 186 ◦ blue 219

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

Shades of Prelude #CBBADB

Tints of Prelude #CBBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.59%

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

R = 33.39%
G = 30.59%
B = 36.02%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBBADB (or 0xCBBADB) is known color: Prelude. HEX triplet: CB, BA and DB. RGB value is (203,186,219). Sum of RGB (Red+Green+Blue) = 203+186+219=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBADB is #344524. Grayscale: #C2C2C2. Windows color (decimal): -3425573 or 14400203. OLE color: 14400203.

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

Color convert

RGB 203 186 219 -
CMYK 0.07 0.15 0 0.14
HSL 270.91º 0.31% 0.79% -
HSV(B) 270.91º 0.15% 0.86% -
XYZ 54.97 52.93 74.34 -
YUV 194.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 203 186 219 0.07 0.15 0 0.14 270.91 0.31 0.79
Hex CB BA DB 7 F 0 E 10F 1F 4F
Octal 313 272 333 7 17 0 16 417 37 117
Binary 11001011 10111010 11011011 111 1111 0 1110 100001111 11111 1001111

Color Harmonies of #CBBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBADB

Black with #CBBADB

Text Example


Text Example

White with #CBBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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