Html Css Color HEX #CEB0DA Prelude

📋 copy color: '#CEB0DA'

red 206 ◦ green 176 ◦ blue 218

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

Shades of Prelude #CEB0DA

Tints of Prelude #CEB0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 34.33%
G = 29.33%
B = 36.33%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEB0DA (or 0xCEB0DA) is known color: Prelude. HEX triplet: CE, B0 and DA. RGB value is (206,176,218). Sum of RGB (Red+Green+Blue) = 206+176+218=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0DA is #314F25. Grayscale: #BDBDBD. Windows color (decimal): -3231526 or 14332110. OLE color: 14332110.

HSL color Cylindrical-coordinate representation of color #CEB0DA: hue angle of 282.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEB0DA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 176 218 -
CMYK 0.06 0.19 0 0.15
HSL 282.86º 0.36% 0.77% -
HSV(B) 282.86º 0.19% 0.85% -
XYZ 53.63 49.23 73.01 -
YUV 189.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 206 176 218 0.06 0.19 0 0.15 282.86 0.36 0.77
Hex CE B0 DA 6 13 0 F 11B 24 4D
Octal 316 260 332 6 23 0 17 433 44 115
Binary 11001110 10110000 11011010 110 10011 0 1111 100011011 100100 1001101

Color Harmonies of #CEB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0DA

Black with #CEB0DA

Text Example


Text Example

White with #CEB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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