Html Css Color HEX #CEBADB Prelude

📋 copy color: '#CEBADB'

red 206 ◦ green 186 ◦ blue 219

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

Shades of Prelude #CEBADB

Tints of Prelude #CEBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 33.72%
G = 30.44%
B = 35.84%

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

#CEBADB (or 0xCEBADB) is known color: Prelude. HEX triplet: CE, BA and DB. RGB value is (206,186,219). Sum of RGB (Red+Green+Blue) = 206+186+219=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADB is #314524. Grayscale: #C3C3C3. Windows color (decimal): -3228965 or 14400206. OLE color: 14400206.

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

Color convert

RGB 206 186 219 -
CMYK 0.06 0.15 0 0.14
HSL 276.36º 0.31% 0.79% -
HSV(B) 276.36º 0.15% 0.86% -
XYZ 55.8 53.35 74.38 -
YUV 195.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 206 186 219 0.06 0.15 0 0.14 276.36 0.31 0.79
Hex CE BA DB 6 F 0 E 114 1F 4F
Octal 316 272 333 6 17 0 16 424 37 117
Binary 11001110 10111010 11011011 110 1111 0 1110 100010100 11111 1001111

Color Harmonies of #CEBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBADB

Black with #CEBADB

Text Example


Text Example

White with #CEBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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