Html Css Color HEX #CBB8DC Prelude

📋 copy color: '#CBB8DC'

red 203 ◦ green 184 ◦ blue 220

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

Shades of Prelude #CBB8DC

Tints of Prelude #CBB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.31%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 33.44%
G = 30.31%
B = 36.24%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBB8DC (or 0xCBB8DC) is known color: Prelude. HEX triplet: CB, B8 and DC. RGB value is (203,184,220). Sum of RGB (Red+Green+Blue) = 203+184+220=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8DC is #344723. Grayscale: #C1C1C1. Windows color (decimal): -3426084 or 14465227. OLE color: 14465227.

HSL color Cylindrical-coordinate representation of color #CBB8DC: hue angle of 271.67º degrees, saturation: 0.34, 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 #CBB8DC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 184 220 -
CMYK 0.08 0.16 0 0.14
HSL 271.67º 0.34% 0.79% -
HSV(B) 271.67º 0.16% 0.86% -
XYZ 54.69 52.14 74.89 -
YUV 193.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 203 184 220 0.08 0.16 0 0.14 271.67 0.34 0.79
Hex CB B8 DC 8 10 0 E 110 22 4F
Octal 313 270 334 10 20 0 16 420 42 117
Binary 11001011 10111000 11011100 1000 10000 0 1110 100010000 100010 1001111

Color Harmonies of #CBB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8DC

Black with #CBB8DC

Text Example


Text Example

White with #CBB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8DC; }

 p { color: rgb(203,184,220); }

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

background-color css

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

 a { background-color: rgb(203,184,220); }

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

border-color css

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

 span { border-color: rgb(203,184,220); }

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