Html Css Color HEX #CEB2DC Prelude

📋 copy color: '#CEB2DC'

red 206 ◦ green 178 ◦ blue 220

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

Shades of Prelude #CEB2DC

Tints of Prelude #CEB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.47%

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

R = 34.11%
G = 29.47%
B = 36.42%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEB2DC (or 0xCEB2DC) is known color: Prelude. HEX triplet: CE, B2 and DC. RGB value is (206,178,220). Sum of RGB (Red+Green+Blue) = 206+178+220=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2DC is #314D23. Grayscale: #BFBFBF. Windows color (decimal): -3231012 or 14463694. OLE color: 14463694.

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

Color convert

RGB 206 178 220 -
CMYK 0.06 0.19 0 0.14
HSL 280º 0.38% 0.78% -
HSV(B) 280º 0.19% 0.86% -
XYZ 54.29 50.13 74.52 -
YUV 191.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 206 178 220 0.06 0.19 0 0.14 280 0.38 0.78
Hex CE B2 DC 6 13 0 E 118 26 4E
Octal 316 262 334 6 23 0 16 430 46 116
Binary 11001110 10110010 11011100 110 10011 0 1110 100011000 100110 1001110

Color Harmonies of #CEB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2DC

Black with #CEB2DC

Text Example


Text Example

White with #CEB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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