Html Css Color HEX #CEB6DF Prelude

📋 copy color: '#CEB6DF'

red 206 ◦ green 182 ◦ blue 223

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

Shades of Prelude #CEB6DF

Tints of Prelude #CEB6DF

RGB

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

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

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

R = 33.72%
G = 29.79%
B = 36.5%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEB6DF (or 0xCEB6DF) is known color: Prelude. HEX triplet: CE, B6 and DF. RGB value is (206,182,223). Sum of RGB (Red+Green+Blue) = 206+182+223=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6DF is #314920. Grayscale: #C1C1C1. Windows color (decimal): -3229985 or 14661326. OLE color: 14661326.

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

Color convert

RGB 206 182 223 -
CMYK 0.08 0.18 0 0.13
HSL 275.12º 0.39% 0.79% -
HSV(B) 275.12º 0.18% 0.87% -
XYZ 55.5 51.91 76.91 -
YUV 193.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 206 182 223 0.08 0.18 0 0.13 275.12 0.39 0.79
Hex CE B6 DF 8 12 0 D 113 27 4F
Octal 316 266 337 10 22 0 15 423 47 117
Binary 11001110 10110110 11011111 1000 10010 0 1101 100010011 100111 1001111

Color Harmonies of #CEB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6DF

Black with #CEB6DF

Text Example


Text Example

White with #CEB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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