Html Css Color HEX #CBB6D1 Prelude

📋 copy color: '#CBB6D1'

red 203 ◦ green 182 ◦ blue 209

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

Shades of Prelude #CBB6D1

Tints of Prelude #CBB6D1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.64%

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

R = 34.18%
G = 30.64%
B = 35.19%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBB6D1 (or 0xCBB6D1) is known color: Prelude. HEX triplet: CB, B6 and D1. RGB value is (203,182,209). Sum of RGB (Red+Green+Blue) = 203+182+209=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6D1 is #34492E. Grayscale: #BFBFBF. Windows color (decimal): -3426607 or 13743819. OLE color: 13743819.

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

Color convert

RGB 203 182 209 -
CMYK 0.03 0.13 0 0.18
HSL 286.67º 0.23% 0.77% -
HSV(B) 286.67º 0.13% 0.82% -
XYZ 52.87 50.76 67.33 -
YUV 191.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 203 182 209 0.03 0.13 0 0.18 286.67 0.23 0.77
Hex CB B6 D1 3 D 0 12 11F 17 4D
Octal 313 266 321 3 15 0 22 437 27 115
Binary 11001011 10110110 11010001 11 1101 0 10010 100011111 10111 1001101

Color Harmonies of #CBB6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB6D1

Black with #CBB6D1

Text Example


Text Example

White with #CBB6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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