Html Css Color HEX #CEB4D1 Prelude

📋 copy color: '#CEB4D1'

red 206 ◦ green 180 ◦ blue 209

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

Shades of Prelude #CEB4D1

Tints of Prelude #CEB4D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.13%

R = 34.62%
G = 30.25%
B = 35.13%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEB4D1 (or 0xCEB4D1) is known color: Prelude. HEX triplet: CE, B4 and D1. RGB value is (206,180,209). Sum of RGB (Red+Green+Blue) = 206+180+209=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEB4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D1 is #314B2E. Grayscale: #BEBEBE. Windows color (decimal): -3230511 or 13743310. OLE color: 13743310.

HSL color Cylindrical-coordinate representation of color #CEB4D1: hue angle of 293.79º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB4D1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 180 209 -
CMYK 0.01 0.14 0 0.18
HSL 293.79º 0.24% 0.76% -
HSV(B) 293.79º 0.14% 0.82% -
XYZ 53.28 50.37 67.24 -
YUV 191.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 206 180 209 0.01 0.14 0 0.18 293.79 0.24 0.76
Hex CE B4 D1 1 E 0 12 126 18 4C
Octal 316 264 321 1 16 0 22 446 30 114
Binary 11001110 10110100 11010001 1 1110 0 10010 100100110 11000 1001100

Color Harmonies of #CEB4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4D1

Black with #CEB4D1

Text Example


Text Example

White with #CEB4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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