Html Css Color HEX #CEB0DC Prelude

📋 copy color: '#CEB0DC'

red 206 ◦ green 176 ◦ blue 220

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

Shades of Prelude #CEB0DC

Tints of Prelude #CEB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.24%

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

R = 34.22%
G = 29.24%
B = 36.54%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEB0DC (or 0xCEB0DC) is known color: Prelude. HEX triplet: CE, B0 and DC. RGB value is (206,176,220). Sum of RGB (Red+Green+Blue) = 206+176+220=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0DC is #314F23. Grayscale: #BDBDBD. Windows color (decimal): -3231524 or 14463182. OLE color: 14463182.

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

Color convert

RGB 206 176 220 -
CMYK 0.06 0.2 0 0.14
HSL 280.91º 0.39% 0.78% -
HSV(B) 280.91º 0.2% 0.86% -
XYZ 53.9 49.34 74.39 -
YUV 189.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 206 176 220 0.06 0.2 0 0.14 280.91 0.39 0.78
Hex CE B0 DC 6 14 0 E 119 27 4E
Octal 316 260 334 6 24 0 16 431 47 116
Binary 11001110 10110000 11011100 110 10100 0 1110 100011001 100111 1001110

Color Harmonies of #CEB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0DC

Black with #CEB0DC

Text Example


Text Example

White with #CEB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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