Html Css Color HEX #CEB3D9 Prelude

📋 copy color: '#CEB3D9'

red 206 ◦ green 179 ◦ blue 217

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

Shades of Prelude #CEB3D9

Tints of Prelude #CEB3D9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.73%

 BLUE value IS 217 (85.16% from 255) = 36.05%

R = 34.22%
G = 29.73%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEB3D9 (or 0xCEB3D9) is known color: Prelude. HEX triplet: CE, B3 and D9. RGB value is (206,179,217). Sum of RGB (Red+Green+Blue) = 206+179+217=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEB3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D9 is #314C26. Grayscale: #BFBFBF. Windows color (decimal): -3230759 or 14267342. OLE color: 14267342.

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

Color convert

RGB 206 179 217 -
CMYK 0.05 0.18 0 0.15
HSL 282.63º 0.33% 0.78% -
HSV(B) 282.63º 0.18% 0.85% -
XYZ 54.1 50.37 72.52 -
YUV 191.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 206 179 217 0.05 0.18 0 0.15 282.63 0.33 0.78
Hex CE B3 D9 5 12 0 F 11B 21 4E
Octal 316 263 331 5 22 0 17 433 41 116
Binary 11001110 10110011 11011001 101 10010 0 1111 100011011 100001 1001110

Color Harmonies of #CEB3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3D9

Black with #CEB3D9

Text Example


Text Example

White with #CEB3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3D9; }

 p { color: rgb(206,179,217); }

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

background-color css

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

 a { background-color: rgb(206,179,217); }

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

border-color css

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

 span { border-color: rgb(206,179,217); }

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