Html Css Color HEX #CBB0D1 Prelude

📋 copy color: '#CBB0D1'

red 203 ◦ green 176 ◦ blue 209

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

Shades of Prelude #CBB0D1

Tints of Prelude #CBB0D1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.93%

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

R = 34.52%
G = 29.93%
B = 35.54%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBB0D1 (or 0xCBB0D1) is known color: Prelude. HEX triplet: CB, B0 and D1. RGB value is (203,176,209). Sum of RGB (Red+Green+Blue) = 203+176+209=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0D1 is #344F2E. Grayscale: #BBBBBB. Windows color (decimal): -3428143 or 13742283. OLE color: 13742283.

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

Color convert

RGB 203 176 209 -
CMYK 0.03 0.16 0 0.18
HSL 289.09º 0.26% 0.75% -
HSV(B) 289.09º 0.16% 0.82% -
XYZ 51.66 48.35 66.93 -
YUV 187.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 203 176 209 0.03 0.16 0 0.18 289.09 0.26 0.75
Hex CB B0 D1 3 10 0 12 121 1A 4B
Octal 313 260 321 3 20 0 22 441 32 113
Binary 11001011 10110000 11010001 11 10000 0 10010 100100001 11010 1001011

Color Harmonies of #CBB0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0D1

Black with #CBB0D1

Text Example


Text Example

White with #CBB0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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