Html Css Color HEX #CEB5DC Prelude

📋 copy color: '#CEB5DC'

red 206 ◦ green 181 ◦ blue 220

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

Shades of Prelude #CEB5DC

Tints of Prelude #CEB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.82%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 33.94%
G = 29.82%
B = 36.24%

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

#CEB5DC (or 0xCEB5DC) is known color: Prelude. HEX triplet: CE, B5 and DC. RGB value is (206,181,220). Sum of RGB (Red+Green+Blue) = 206+181+220=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5DC is #314A23. Grayscale: #C0C0C0. Windows color (decimal): -3230244 or 14464462. OLE color: 14464462.

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

Color convert

RGB 206 181 220 -
CMYK 0.06 0.18 0 0.14
HSL 278.46º 0.36% 0.79% -
HSV(B) 278.46º 0.18% 0.86% -
XYZ 54.9 51.34 74.73 -
YUV 192.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 206 181 220 0.06 0.18 0 0.14 278.46 0.36 0.79
Hex CE B5 DC 6 12 0 E 116 24 4F
Octal 316 265 334 6 22 0 16 426 44 117
Binary 11001110 10110101 11011100 110 10010 0 1110 100010110 100100 1001111

Color Harmonies of #CEB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5DC

Black with #CEB5DC

Text Example


Text Example

White with #CEB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5DC; }

 p { color: rgb(206,181,220); }

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

background-color css

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

 a { background-color: rgb(206,181,220); }

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

border-color css

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

 span { border-color: rgb(206,181,220); }

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