Html Css Color HEX #CBB1D1 Prelude

📋 copy color: '#CBB1D1'

red 203 ◦ green 177 ◦ blue 209

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

Shades of Prelude #CBB1D1

Tints of Prelude #CBB1D1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.05%

 BLUE value IS 209 (82.03% from 255) = 35.48%

R = 34.47%
G = 30.05%
B = 35.48%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBB1D1 (or 0xCBB1D1) is known color: Prelude. HEX triplet: CB, B1 and D1. RGB value is (203,177,209). Sum of RGB (Red+Green+Blue) = 203+177+209=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1D1 is #344E2E. Grayscale: #BCBCBC. Windows color (decimal): -3427887 or 13742539. OLE color: 13742539.

HSL color Cylindrical-coordinate representation of color #CBB1D1: hue angle of 288.75º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB1D1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 177 209 -
CMYK 0.03 0.15 0 0.18
HSL 288.75º 0.26% 0.76% -
HSV(B) 288.75º 0.15% 0.82% -
XYZ 51.86 48.74 67 -
YUV 188.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 203 177 209 0.03 0.15 0 0.18 288.75 0.26 0.76
Hex CB B1 D1 3 F 0 12 121 1A 4C
Octal 313 261 321 3 17 0 22 441 32 114
Binary 11001011 10110001 11010001 11 1111 0 10010 100100001 11010 1001100

Color Harmonies of #CBB1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB1D1

Black with #CBB1D1

Text Example


Text Example

White with #CBB1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB1D1; }

 p { color: rgb(203,177,209); }

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

background-color css

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

 a { background-color: rgb(203,177,209); }

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

border-color css

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

 span { border-color: rgb(203,177,209); }

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