Html Css Color HEX #CEBCDB Prelude

📋 copy color: '#CEBCDB'

red 206 ◦ green 188 ◦ blue 219

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

Shades of Prelude #CEBCDB

Tints of Prelude #CEBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.67%

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

R = 33.61%
G = 30.67%
B = 35.73%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEBCDB (or 0xCEBCDB) is known color: Prelude. HEX triplet: CE, BC and DB. RGB value is (206,188,219). Sum of RGB (Red+Green+Blue) = 206+188+219=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCDB is #314324. Grayscale: #C4C4C4. Windows color (decimal): -3228453 or 14400718. OLE color: 14400718.

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

Color convert

RGB 206 188 219 -
CMYK 0.06 0.14 0 0.14
HSL 274.84º 0.3% 0.8% -
HSV(B) 274.84º 0.14% 0.86% -
XYZ 56.22 54.2 74.52 -
YUV 196.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 206 188 219 0.06 0.14 0 0.14 274.84 0.3 0.8
Hex CE BC DB 6 E 0 E 113 1E 50
Octal 316 274 333 6 16 0 16 423 36 120
Binary 11001110 10111100 11011011 110 1110 0 1110 100010011 11110 1010000

Color Harmonies of #CEBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBCDB

Black with #CEBCDB

Text Example


Text Example

White with #CEBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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