Html Css Color HEX #CBB0DC Prelude

📋 copy color: '#CBB0DC'

red 203 ◦ green 176 ◦ blue 220

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

Shades of Prelude #CBB0DC

Tints of Prelude #CBB0DC

RGB

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

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

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

R = 33.89%
G = 29.38%
B = 36.73%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBB0DC (or 0xCBB0DC) is known color: Prelude. HEX triplet: CB, B0 and DC. RGB value is (203,176,220). Sum of RGB (Red+Green+Blue) = 203+176+220=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DC is #344F23. Grayscale: #BCBCBC. Windows color (decimal): -3428132 or 14463179. OLE color: 14463179.

HSL color Cylindrical-coordinate representation of color #CBB0DC: hue angle of 276.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBB0DC is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 176 220 -
CMYK 0.08 0.2 0 0.14
HSL 276.82º 0.39% 0.78% -
HSV(B) 276.82º 0.2% 0.86% -
XYZ 53.07 48.91 74.35 -
YUV 189.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 203 176 220 0.08 0.2 0 0.14 276.82 0.39 0.78
Hex CB B0 DC 8 14 0 E 115 27 4E
Octal 313 260 334 10 24 0 16 425 47 116
Binary 11001011 10110000 11011100 1000 10100 0 1110 100010101 100111 1001110

Color Harmonies of #CBB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0DC

Black with #CBB0DC

Text Example


Text Example

White with #CBB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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