Html Css Color HEX #CEBBDB Prelude

📋 copy color: '#CEBBDB'

red 206 ◦ green 187 ◦ blue 219

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

Shades of Prelude #CEBBDB

Tints of Prelude #CEBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.56%

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

R = 33.66%
G = 30.56%
B = 35.78%

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

#CEBBDB (or 0xCEBBDB) is known color: Prelude. HEX triplet: CE, BB and DB. RGB value is (206,187,219). Sum of RGB (Red+Green+Blue) = 206+187+219=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBDB is #314424. Grayscale: #C4C4C4. Windows color (decimal): -3228709 or 14400462. OLE color: 14400462.

HSL color Cylindrical-coordinate representation of color #CEBBDB: hue angle of 275.62º degrees, saturation: 0.31, 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 #CEBBDB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 187 219 -
CMYK 0.06 0.15 0 0.14
HSL 275.63º 0.31% 0.8% -
HSV(B) 275.63º 0.15% 0.86% -
XYZ 56.01 53.78 74.45 -
YUV 196.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 206 187 219 0.06 0.15 0 0.14 275.63 0.31 0.8
Hex CE BB DB 6 F 0 E 114 1F 50
Octal 316 273 333 6 17 0 16 424 37 120
Binary 11001110 10111011 11011011 110 1111 0 1110 100010100 11111 1010000

Color Harmonies of #CEBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBDB

Black with #CEBBDB

Text Example


Text Example

White with #CEBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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