Html Css Color HEX #CEB6DB Prelude

📋 copy color: '#CEB6DB'

red 206 ◦ green 182 ◦ blue 219

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

Shades of Prelude #CEB6DB

Tints of Prelude #CEB6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 33.94%
G = 29.98%
B = 36.08%

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

#CEB6DB (or 0xCEB6DB) is known color: Prelude. HEX triplet: CE, B6 and DB. RGB value is (206,182,219). Sum of RGB (Red+Green+Blue) = 206+182+219=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6DB is #314924. Grayscale: #C1C1C1. Windows color (decimal): -3229989 or 14399182. OLE color: 14399182.

HSL color Cylindrical-coordinate representation of color #CEB6DB: hue angle of 278.92º degrees, saturation: 0.34, 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 #CEB6DB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 182 219 -
CMYK 0.06 0.17 0 0.14
HSL 278.92º 0.34% 0.79% -
HSV(B) 278.92º 0.17% 0.86% -
XYZ 54.97 51.69 74.1 -
YUV 193.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 206 182 219 0.06 0.17 0 0.14 278.92 0.34 0.79
Hex CE B6 DB 6 11 0 E 117 22 4F
Octal 316 266 333 6 21 0 16 427 42 117
Binary 11001110 10110110 11011011 110 10001 0 1110 100010111 100010 1001111

Color Harmonies of #CEB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6DB

Black with #CEB6DB

Text Example


Text Example

White with #CEB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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