Html Css Color HEX #CEB9D7 Prelude

📋 copy color: '#CEB9D7'

red 206 ◦ green 185 ◦ blue 215

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

Shades of Prelude #CEB9D7

Tints of Prelude #CEB9D7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.53%

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

R = 33.99%
G = 30.53%
B = 35.48%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEB9D7 (or 0xCEB9D7) is known color: Prelude. HEX triplet: CE, B9 and D7. RGB value is (206,185,215). Sum of RGB (Red+Green+Blue) = 206+185+215=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9D7 is #314628. Grayscale: #C2C2C2. Windows color (decimal): -3229225 or 14137806. OLE color: 14137806.

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

Color convert

RGB 206 185 215 -
CMYK 0.04 0.14 0 0.16
HSL 282º 0.27% 0.78% -
HSV(B) 282º 0.14% 0.84% -
XYZ 55.07 52.73 71.56 -
YUV 194.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 206 185 215 0.04 0.14 0 0.16 282 0.27 0.78
Hex CE B9 D7 4 E 0 10 11A 1B 4E
Octal 316 271 327 4 16 0 20 432 33 116
Binary 11001110 10111001 11010111 100 1110 0 10000 100011010 11011 1001110

Color Harmonies of #CEB9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9D7

Black with #CEB9D7

Text Example


Text Example

White with #CEB9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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