Html Css Color HEX #CEBADC Prelude

📋 copy color: '#CEBADC'

red 206 ◦ green 186 ◦ blue 220

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

Shades of Prelude #CEBADC

Tints of Prelude #CEBADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.39%

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

R = 33.66%
G = 30.39%
B = 35.95%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEBADC (or 0xCEBADC) is known color: Prelude. HEX triplet: CE, BA and DC. RGB value is (206,186,220). Sum of RGB (Red+Green+Blue) = 206+186+220=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADC is #314523. Grayscale: #C3C3C3. Windows color (decimal): -3228964 or 14465742. OLE color: 14465742.

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

Color convert

RGB 206 186 220 -
CMYK 0.06 0.15 0 0.14
HSL 275.29º 0.33% 0.8% -
HSV(B) 275.29º 0.15% 0.86% -
XYZ 55.93 53.41 75.07 -
YUV 195.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 206 186 220 0.06 0.15 0 0.14 275.29 0.33 0.8
Hex CE BA DC 6 F 0 E 113 21 50
Octal 316 272 334 6 17 0 16 423 41 120
Binary 11001110 10111010 11011100 110 1111 0 1110 100010011 100001 1010000

Color Harmonies of #CEBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBADC

Black with #CEBADC

Text Example


Text Example

White with #CEBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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