Html Css Color HEX #CEB4D3 Prelude

📋 copy color: '#CEB4D3'

red 206 ◦ green 180 ◦ blue 211

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

Shades of Prelude #CEB4D3

Tints of Prelude #CEB4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.34%

R = 34.51%
G = 30.15%
B = 35.34%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CEB4D3 (or 0xCEB4D3) is known color: Prelude. HEX triplet: CE, B4 and D3. RGB value is (206,180,211). Sum of RGB (Red+Green+Blue) = 206+180+211=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEB4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D3 is #314B2C. Grayscale: #BFBFBF. Windows color (decimal): -3230509 or 13874382. OLE color: 13874382.

HSL color Cylindrical-coordinate representation of color #CEB4D3: hue angle of 290.32º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB4D3 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 180 211 -
CMYK 0.02 0.15 0 0.17
HSL 290.32º 0.26% 0.77% -
HSV(B) 290.32º 0.15% 0.83% -
XYZ 53.53 50.47 68.55 -
YUV 191.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 206 180 211 0.02 0.15 0 0.17 290.32 0.26 0.77
Hex CE B4 D3 2 F 0 11 122 1A 4D
Octal 316 264 323 2 17 0 21 442 32 115
Binary 11001110 10110100 11010011 10 1111 0 10001 100100010 11010 1001101

Color Harmonies of #CEB4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4D3

Black with #CEB4D3

Text Example


Text Example

White with #CEB4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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