Html Css Color HEX #CEBADF Prelude

📋 copy color: '#CEBADF'

red 206 ◦ green 186 ◦ blue 223

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

Shades of Prelude #CEBADF

Tints of Prelude #CEBADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 33.5%
G = 30.24%
B = 36.26%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEBADF (or 0xCEBADF) is known color: Prelude. HEX triplet: CE, BA and DF. RGB value is (206,186,223). Sum of RGB (Red+Green+Blue) = 206+186+223=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADF is #314520. Grayscale: #C4C4C4. Windows color (decimal): -3228961 or 14662350. OLE color: 14662350.

HSL color Cylindrical-coordinate representation of color #CEBADF: hue angle of 272.43º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBADF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 186 223 -
CMYK 0.08 0.17 0 0.13
HSL 272.43º 0.37% 0.8% -
HSV(B) 272.43º 0.17% 0.87% -
XYZ 56.33 53.57 77.18 -
YUV 196.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 206 186 223 0.08 0.17 0 0.13 272.43 0.37 0.8
Hex CE BA DF 8 11 0 D 110 25 50
Octal 316 272 337 10 21 0 15 420 45 120
Binary 11001110 10111010 11011111 1000 10001 0 1101 100010000 100101 1010000

Color Harmonies of #CEBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBADF

Black with #CEBADF

Text Example


Text Example

White with #CEBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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