Html Css Color HEX #CEB9D8 Prelude

📋 copy color: '#CEB9D8'

red 206 ◦ green 185 ◦ blue 216

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

Shades of Prelude #CEB9D8

Tints of Prelude #CEB9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 33.94%
G = 30.48%
B = 35.58%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEB9D8 (or 0xCEB9D8) is known color: Prelude. HEX triplet: CE, B9 and D8. RGB value is (206,185,216). Sum of RGB (Red+Green+Blue) = 206+185+216=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9D8 is #314627. Grayscale: #C2C2C2. Windows color (decimal): -3229224 or 14203342. OLE color: 14203342.

HSL color Cylindrical-coordinate representation of color #CEB9D8: hue angle of 280.65º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB9D8 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 185 216 -
CMYK 0.05 0.14 0 0.15
HSL 280.65º 0.28% 0.79% -
HSV(B) 280.65º 0.14% 0.85% -
XYZ 55.2 52.78 72.24 -
YUV 194.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 206 185 216 0.05 0.14 0 0.15 280.65 0.28 0.79
Hex CE B9 D8 5 E 0 F 119 1C 4F
Octal 316 271 330 5 16 0 17 431 34 117
Binary 11001110 10111001 11011000 101 1110 0 1111 100011001 11100 1001111

Color Harmonies of #CEB9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9D8

Black with #CEB9D8

Text Example


Text Example

White with #CEB9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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