Html Css Color HEX #CEB6DC Prelude

📋 copy color: '#CEB6DC'

red 206 ◦ green 182 ◦ blue 220

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

Shades of Prelude #CEB6DC

Tints of Prelude #CEB6DC

RGB

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

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

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

R = 33.88%
G = 29.93%
B = 36.18%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEB6DC (or 0xCEB6DC) is known color: Prelude. HEX triplet: CE, B6 and DC. RGB value is (206,182,220). Sum of RGB (Red+Green+Blue) = 206+182+220=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6DC is #314923. Grayscale: #C1C1C1. Windows color (decimal): -3229988 or 14464718. OLE color: 14464718.

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

Color convert

RGB 206 182 220 -
CMYK 0.06 0.17 0 0.14
HSL 277.89º 0.35% 0.79% -
HSV(B) 277.89º 0.17% 0.86% -
XYZ 55.1 51.75 74.79 -
YUV 193.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 206 182 220 0.06 0.17 0 0.14 277.89 0.35 0.79
Hex CE B6 DC 6 11 0 E 116 23 4F
Octal 316 266 334 6 21 0 16 426 43 117
Binary 11001110 10110110 11011100 110 10001 0 1110 100010110 100011 1001111

Color Harmonies of #CEB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6DC

Black with #CEB6DC

Text Example


Text Example

White with #CEB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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