Html Css Color HEX #CEB7D7 Prelude

📋 copy color: '#CEB7D7'

red 206 ◦ green 183 ◦ blue 215

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

Shades of Prelude #CEB7D7

Tints of Prelude #CEB7D7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.3%

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

R = 34.11%
G = 30.3%
B = 35.6%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEB7D7 (or 0xCEB7D7) is known color: Prelude. HEX triplet: CE, B7 and D7. RGB value is (206,183,215). Sum of RGB (Red+Green+Blue) = 206+183+215=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7D7 is #314828. Grayscale: #C1C1C1. Windows color (decimal): -3229737 or 14137294. OLE color: 14137294.

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

Color convert

RGB 206 183 215 -
CMYK 0.04 0.15 0 0.16
HSL 283.13º 0.29% 0.78% -
HSV(B) 283.13º 0.15% 0.84% -
XYZ 54.65 51.9 71.43 -
YUV 193.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 206 183 215 0.04 0.15 0 0.16 283.13 0.29 0.78
Hex CE B7 D7 4 F 0 10 11B 1D 4E
Octal 316 267 327 4 17 0 20 433 35 116
Binary 11001110 10110111 11010111 100 1111 0 10000 100011011 11101 1001110

Color Harmonies of #CEB7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB7D7

Black with #CEB7D7

Text Example


Text Example

White with #CEB7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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