Html Css Color HEX #CEBFDB Prelude

📋 copy color: '#CEBFDB'

red 206 ◦ green 191 ◦ blue 219

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

Shades of Prelude #CEBFDB

Tints of Prelude #CEBFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 31.01%

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

R = 33.44%
G = 31.01%
B = 35.55%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEBFDB (or 0xCEBFDB) is known color: Prelude. HEX triplet: CE, BF and DB. RGB value is (206,191,219). Sum of RGB (Red+Green+Blue) = 206+191+219=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFDB is #314024. Grayscale: #C6C6C6. Windows color (decimal): -3227685 or 14401486. OLE color: 14401486.

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

Color convert

RGB 206 191 219 -
CMYK 0.06 0.13 0 0.14
HSL 272.14º 0.28% 0.8% -
HSV(B) 272.14º 0.13% 0.86% -
XYZ 56.87 55.5 74.73 -
YUV 198.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 206 191 219 0.06 0.13 0 0.14 272.14 0.28 0.8
Hex CE BF DB 6 D 0 E 110 1C 50
Octal 316 277 333 6 15 0 16 420 34 120
Binary 11001110 10111111 11011011 110 1101 0 1110 100010000 11100 1010000

Color Harmonies of #CEBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFDB

Black with #CEBFDB

Text Example


Text Example

White with #CEBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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