Html Css Color HEX #CEB4DB Prelude

📋 copy color: '#CEB4DB'

red 206 ◦ green 180 ◦ blue 219

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

Shades of Prelude #CEB4DB

Tints of Prelude #CEB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.75%

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

R = 34.05%
G = 29.75%
B = 36.2%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEB4DB (or 0xCEB4DB) is known color: Prelude. HEX triplet: CE, B4 and DB. RGB value is (206,180,219). Sum of RGB (Red+Green+Blue) = 206+180+219=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4DB is #314B24. Grayscale: #C0C0C0. Windows color (decimal): -3230501 or 14398670. OLE color: 14398670.

HSL color Cylindrical-coordinate representation of color #CEB4DB: hue angle of 280º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB4DB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 180 219 -
CMYK 0.06 0.18 0 0.14
HSL 280º 0.35% 0.78% -
HSV(B) 280º 0.18% 0.86% -
XYZ 54.56 50.88 73.96 -
YUV 192.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 206 180 219 0.06 0.18 0 0.14 280 0.35 0.78
Hex CE B4 DB 6 12 0 E 118 23 4E
Octal 316 264 333 6 22 0 16 430 43 116
Binary 11001110 10110100 11011011 110 10010 0 1110 100011000 100011 1001110

Color Harmonies of #CEB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4DB

Black with #CEB4DB

Text Example


Text Example

White with #CEB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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