Html Css Color HEX #CEB2DB Prelude

📋 copy color: '#CEB2DB'

red 206 ◦ green 178 ◦ blue 219

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

Shades of Prelude #CEB2DB

Tints of Prelude #CEB2DB

RGB

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

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

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

R = 34.16%
G = 29.52%
B = 36.32%

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

#CEB2DB (or 0xCEB2DB) is known color: Prelude. HEX triplet: CE, B2 and DB. RGB value is (206,178,219). Sum of RGB (Red+Green+Blue) = 206+178+219=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2DB is #314D24. Grayscale: #BEBEBE. Windows color (decimal): -3231013 or 14398158. OLE color: 14398158.

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

Color convert

RGB 206 178 219 -
CMYK 0.06 0.19 0 0.14
HSL 280.98º 0.36% 0.78% -
HSV(B) 280.98º 0.19% 0.86% -
XYZ 54.16 50.08 73.83 -
YUV 191.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 206 178 219 0.06 0.19 0 0.14 280.98 0.36 0.78
Hex CE B2 DB 6 13 0 E 119 24 4E
Octal 316 262 333 6 23 0 16 431 44 116
Binary 11001110 10110010 11011011 110 10011 0 1110 100011001 100100 1001110

Color Harmonies of #CEB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2DB

Black with #CEB2DB

Text Example


Text Example

White with #CEB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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