Html Css Color HEX #CEB2DF Prelude

📋 copy color: '#CEB2DF'

red 206 ◦ green 178 ◦ blue 223

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

Shades of Prelude #CEB2DF

Tints of Prelude #CEB2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 33.94%
G = 29.32%
B = 36.74%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEB2DF (or 0xCEB2DF) is known color: Prelude. HEX triplet: CE, B2 and DF. RGB value is (206,178,223). Sum of RGB (Red+Green+Blue) = 206+178+223=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2DF is #314D20. Grayscale: #BFBFBF. Windows color (decimal): -3231009 or 14660302. OLE color: 14660302.

HSL color Cylindrical-coordinate representation of color #CEB2DF: hue angle of 277.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB2DF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 178 223 -
CMYK 0.08 0.20 0 0.13
HSL 277.33º 0.41% 0.79% -
HSV(B) 277.33º 0.2% 0.87% -
XYZ 54.69 50.29 76.64 -
YUV 191.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 206 178 223 0.08 0.20 0 0.13 277.33 0.41 0.79
Hex CE B2 DF 8 14 0 D 115 29 4F
Octal 316 262 337 10 24 0 15 425 51 117
Binary 11001110 10110010 11011111 1000 10100 0 1101 100010101 101001 1001111

Color Harmonies of #CEB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2DF

Black with #CEB2DF

Text Example


Text Example

White with #CEB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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