Html Css Color HEX #CEB1DB Prelude

📋 copy color: '#CEB1DB'

red 206 ◦ green 177 ◦ blue 219

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

Shades of Prelude #CEB1DB

Tints of Prelude #CEB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.4%

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

R = 34.22%
G = 29.4%
B = 36.38%

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

#CEB1DB (or 0xCEB1DB) is known color: Prelude. HEX triplet: CE, B1 and DB. RGB value is (206,177,219). Sum of RGB (Red+Green+Blue) = 206+177+219=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1DB is #314E24. Grayscale: #BEBEBE. Windows color (decimal): -3231269 or 14397902. OLE color: 14397902.

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

Color convert

RGB 206 177 219 -
CMYK 0.06 0.19 0 0.14
HSL 281.43º 0.37% 0.78% -
HSV(B) 281.43º 0.19% 0.86% -
XYZ 53.96 49.68 73.76 -
YUV 190.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 206 177 219 0.06 0.19 0 0.14 281.43 0.37 0.78
Hex CE B1 DB 6 13 0 E 119 25 4E
Octal 316 261 333 6 23 0 16 431 45 116
Binary 11001110 10110001 11011011 110 10011 0 1110 100011001 100101 1001110

Color Harmonies of #CEB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1DB

Black with #CEB1DB

Text Example


Text Example

White with #CEB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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