Html Css Color HEX #CEB8DC Prelude

📋 copy color: '#CEB8DC'

red 206 ◦ green 184 ◦ blue 220

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

Shades of Prelude #CEB8DC

Tints of Prelude #CEB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.16%

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

R = 33.77%
G = 30.16%
B = 36.07%

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

#CEB8DC (or 0xCEB8DC) is known color: Prelude. HEX triplet: CE, B8 and DC. RGB value is (206,184,220). Sum of RGB (Red+Green+Blue) = 206+184+220=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8DC is #314723. Grayscale: #C2C2C2. Windows color (decimal): -3229476 or 14465230. OLE color: 14465230.

HSL color Cylindrical-coordinate representation of color #CEB8DC: hue angle of 276.67º degrees, saturation: 0.34, 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 #CEB8DC is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 184 220 -
CMYK 0.06 0.16 0 0.14
HSL 276.67º 0.34% 0.79% -
HSV(B) 276.67º 0.16% 0.86% -
XYZ 55.51 52.57 74.93 -
YUV 194.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 206 184 220 0.06 0.16 0 0.14 276.67 0.34 0.79
Hex CE B8 DC 6 10 0 E 115 22 4F
Octal 316 270 334 6 20 0 16 425 42 117
Binary 11001110 10111000 11011100 110 10000 0 1110 100010101 100010 1001111

Color Harmonies of #CEB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB8DC

Black with #CEB8DC

Text Example


Text Example

White with #CEB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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