Html Css Color HEX #CEB4D7 Prelude

📋 copy color: '#CEB4D7'

red 206 ◦ green 180 ◦ blue 215

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

Shades of Prelude #CEB4D7

Tints of Prelude #CEB4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.77%

R = 34.28%
G = 29.95%
B = 35.77%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEB4D7 (or 0xCEB4D7) is known color: Prelude. HEX triplet: CE, B4 and D7. RGB value is (206,180,215). Sum of RGB (Red+Green+Blue) = 206+180+215=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D7 is #314B28. Grayscale: #BFBFBF. Windows color (decimal): -3230505 or 14136526. OLE color: 14136526.

HSL color Cylindrical-coordinate representation of color #CEB4D7: hue angle of 284.57º degrees, saturation: 0.3, 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 #CEB4D7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 180 215 -
CMYK 0.04 0.16 0 0.16
HSL 284.57º 0.3% 0.77% -
HSV(B) 284.57º 0.16% 0.84% -
XYZ 54.04 50.67 71.22 -
YUV 191.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 206 180 215 0.04 0.16 0 0.16 284.57 0.3 0.77
Hex CE B4 D7 4 10 0 10 11D 1E 4D
Octal 316 264 327 4 20 0 20 435 36 115
Binary 11001110 10110100 11010111 100 10000 0 10000 100011101 11110 1001101

Color Harmonies of #CEB4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4D7

Black with #CEB4D7

Text Example


Text Example

White with #CEB4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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