Html Css Color HEX #CEB3D5 Prelude

📋 copy color: '#CEB3D5'

red 206 ◦ green 179 ◦ blue 213

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

Shades of Prelude #CEB3D5

Tints of Prelude #CEB3D5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.93%

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 34.45%
G = 29.93%
B = 35.62%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEB3D5 (or 0xCEB3D5) is known color: Prelude. HEX triplet: CE, B3 and D5. RGB value is (206,179,213). Sum of RGB (Red+Green+Blue) = 206+179+213=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEB3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D5 is #314C2A. Grayscale: #BEBEBE. Windows color (decimal): -3230763 or 14005198. OLE color: 14005198.

HSL color Cylindrical-coordinate representation of color #CEB3D5: hue angle of 287.65º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB3D5 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 179 213 -
CMYK 0.03 0.16 0 0.16
HSL 287.65º 0.29% 0.77% -
HSV(B) 287.65º 0.16% 0.84% -
XYZ 53.58 50.17 69.81 -
YUV 190.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 206 179 213 0.03 0.16 0 0.16 287.65 0.29 0.77
Hex CE B3 D5 3 10 0 10 120 1D 4D
Octal 316 263 325 3 20 0 20 440 35 115
Binary 11001110 10110011 11010101 11 10000 0 10000 100100000 11101 1001101

Color Harmonies of #CEB3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3D5

Black with #CEB3D5

Text Example


Text Example

White with #CEB3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3D5; }

 p { color: rgb(206,179,213); }

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

background-color css

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

 a { background-color: rgb(206,179,213); }

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

border-color css

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

 span { border-color: rgb(206,179,213); }

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