Html Css Color HEX #CBB8D6 Prelude

📋 copy color: '#CBB8D6'

red 203 ◦ green 184 ◦ blue 214

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

Shades of Prelude #CBB8D6

Tints of Prelude #CBB8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.61%

R = 33.78%
G = 30.62%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBB8D6 (or 0xCBB8D6) is known color: Prelude. HEX triplet: CB, B8 and D6. RGB value is (203,184,214). Sum of RGB (Red+Green+Blue) = 203+184+214=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBB8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8D6 is #344729. Grayscale: #C0C0C0. Windows color (decimal): -3426090 or 14072011. OLE color: 14072011.

HSL color Cylindrical-coordinate representation of color #CBB8D6: hue angle of 278º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBB8D6 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 184 214 -
CMYK 0.05 0.14 0 0.16
HSL 278º 0.27% 0.78% -
HSV(B) 278º 0.14% 0.84% -
XYZ 53.91 51.83 70.78 -
YUV 193.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 203 184 214 0.05 0.14 0 0.16 278 0.27 0.78
Hex CB B8 D6 5 E 0 10 116 1B 4E
Octal 313 270 326 5 16 0 20 426 33 116
Binary 11001011 10111000 11010110 101 1110 0 10000 100010110 11011 1001110

Color Harmonies of #CBB8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8D6

Black with #CBB8D6

Text Example


Text Example

White with #CBB8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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