Html Css Color HEX #CEB4DC Prelude

📋 copy color: '#CEB4DC'

red 206 ◦ green 180 ◦ blue 220

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

Shades of Prelude #CEB4DC

Tints of Prelude #CEB4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 33.99%
G = 29.7%
B = 36.3%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEB4DC (or 0xCEB4DC) is known color: Prelude. HEX triplet: CE, B4 and DC. RGB value is (206,180,220). Sum of RGB (Red+Green+Blue) = 206+180+220=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4DC is #314B23. Grayscale: #C0C0C0. Windows color (decimal): -3230500 or 14464206. OLE color: 14464206.

HSL color Cylindrical-coordinate representation of color #CEB4DC: hue angle of 279º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB4DC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 180 220 -
CMYK 0.06 0.18 0 0.14
HSL 279º 0.36% 0.78% -
HSV(B) 279º 0.18% 0.86% -
XYZ 54.69 50.93 74.66 -
YUV 192.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 206 180 220 0.06 0.18 0 0.14 279 0.36 0.78
Hex CE B4 DC 6 12 0 E 117 24 4E
Octal 316 264 334 6 22 0 16 427 44 116
Binary 11001110 10110100 11011100 110 10010 0 1110 100010111 100100 1001110

Color Harmonies of #CEB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4DC

Black with #CEB4DC

Text Example


Text Example

White with #CEB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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