Html Css Color HEX #CEB9DF Prelude

📋 copy color: '#CEB9DF'

red 206 ◦ green 185 ◦ blue 223

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

Shades of Prelude #CEB9DF

Tints of Prelude #CEB9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.13%

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

R = 33.55%
G = 30.13%
B = 36.32%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEB9DF (or 0xCEB9DF) is known color: Prelude. HEX triplet: CE, B9 and DF. RGB value is (206,185,223). Sum of RGB (Red+Green+Blue) = 206+185+223=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9DF is #314620. Grayscale: #C3C3C3. Windows color (decimal): -3229217 or 14662094. OLE color: 14662094.

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

Color convert

RGB 206 185 223 -
CMYK 0.08 0.17 0 0.13
HSL 273.16º 0.37% 0.8% -
HSV(B) 273.16º 0.17% 0.87% -
XYZ 56.12 53.15 77.11 -
YUV 195.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 206 185 223 0.08 0.17 0 0.13 273.16 0.37 0.8
Hex CE B9 DF 8 11 0 D 111 25 50
Octal 316 271 337 10 21 0 15 421 45 120
Binary 11001110 10111001 11011111 1000 10001 0 1101 100010001 100101 1010000

Color Harmonies of #CEB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9DF

Black with #CEB9DF

Text Example


Text Example

White with #CEB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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