Html Css Color HEX #CEB7DE Prelude

📋 copy color: '#CEB7DE'

red 206 ◦ green 183 ◦ blue 222

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

Shades of Prelude #CEB7DE

Tints of Prelude #CEB7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 33.72%
G = 29.95%
B = 36.33%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEB7DE (or 0xCEB7DE) is known color: Prelude. HEX triplet: CE, B7 and DE. RGB value is (206,183,222). Sum of RGB (Red+Green+Blue) = 206+183+222=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7DE is #314821. Grayscale: #C2C2C2. Windows color (decimal): -3229730 or 14596046. OLE color: 14596046.

HSL color Cylindrical-coordinate representation of color #CEB7DE: hue angle of 275.38º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB7DE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 183 222 -
CMYK 0.07 0.18 0 0.13
HSL 275.38º 0.37% 0.79% -
HSV(B) 275.38º 0.18% 0.87% -
XYZ 55.57 52.26 76.27 -
YUV 194.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 206 183 222 0.07 0.18 0 0.13 275.38 0.37 0.79
Hex CE B7 DE 7 12 0 D 113 25 4F
Octal 316 267 336 7 22 0 15 423 45 117
Binary 11001110 10110111 11011110 111 10010 0 1101 100010011 100101 1001111

Color Harmonies of #CEB7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB7DE

Black with #CEB7DE

Text Example


Text Example

White with #CEB7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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