Html Css Color HEX #CEB4D9 Prelude

📋 copy color: '#CEB4D9'

red 206 ◦ green 180 ◦ blue 217

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

Shades of Prelude #CEB4D9

Tints of Prelude #CEB4D9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.85%

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

R = 34.16%
G = 29.85%
B = 35.99%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEB4D9 (or 0xCEB4D9) is known color: Prelude. HEX triplet: CE, B4 and D9. RGB value is (206,180,217). Sum of RGB (Red+Green+Blue) = 206+180+217=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEB4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D9 is #314B26. Grayscale: #BFBFBF. Windows color (decimal): -3230503 or 14267598. OLE color: 14267598.

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

Color convert

RGB 206 180 217 -
CMYK 0.05 0.17 0 0.15
HSL 282.16º 0.33% 0.78% -
HSV(B) 282.16º 0.17% 0.85% -
XYZ 54.3 50.77 72.58 -
YUV 191.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 206 180 217 0.05 0.17 0 0.15 282.16 0.33 0.78
Hex CE B4 D9 5 11 0 F 11A 21 4E
Octal 316 264 331 5 21 0 17 432 41 116
Binary 11001110 10110100 11011001 101 10001 0 1111 100011010 100001 1001110

Color Harmonies of #CEB4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4D9

Black with #CEB4D9

Text Example


Text Example

White with #CEB4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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