Html Css Color HEX #CEB9DC Prelude

📋 copy color: '#CEB9DC'

red 206 ◦ green 185 ◦ blue 220

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

Shades of Prelude #CEB9DC

Tints of Prelude #CEB9DC

RGB

 RED value IS 206 (80.86% from 255) = 33.72%

 GREEN value IS 185 (72.66% from 255) = 30.28%

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

R = 33.72%
G = 30.28%
B = 36.01%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEB9DC (or 0xCEB9DC) is known color: Prelude. HEX triplet: CE, B9 and DC. RGB value is (206,185,220). Sum of RGB (Red+Green+Blue) = 206+185+220=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9DC is #314623. Grayscale: #C3C3C3. Windows color (decimal): -3229220 or 14465486. OLE color: 14465486.

HSL color Cylindrical-coordinate representation of color #CEB9DC: hue angle of 276º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB9DC is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 185 220 -
CMYK 0.06 0.16 0 0.14
HSL 276º 0.33% 0.79% -
HSV(B) 276º 0.16% 0.86% -
XYZ 55.72 52.99 75 -
YUV 195.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 206 185 220 0.06 0.16 0 0.14 276 0.33 0.79
Hex CE B9 DC 6 10 0 E 114 21 4F
Octal 316 271 334 6 20 0 16 424 41 117
Binary 11001110 10111001 11011100 110 10000 0 1110 100010100 100001 1001111

Color Harmonies of #CEB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9DC

Black with #CEB9DC

Text Example


Text Example

White with #CEB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9DC; }

 p { color: rgb(206,185,220); }

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

background-color css

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

 a { background-color: rgb(206,185,220); }

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

border-color css

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

 span { border-color: rgb(206,185,220); }

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