Html Css Color HEX #CEBBDC Prelude

📋 copy color: '#CEBBDC'

red 206 ◦ green 187 ◦ blue 220

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

Shades of Prelude #CEBBDC

Tints of Prelude #CEBBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 33.61%
G = 30.51%
B = 35.89%

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

#CEBBDC (or 0xCEBBDC) is known color: Prelude. HEX triplet: CE, BB and DC. RGB value is (206,187,220). Sum of RGB (Red+Green+Blue) = 206+187+220=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBDC is #314423. Grayscale: #C4C4C4. Windows color (decimal): -3228708 or 14465998. OLE color: 14465998.

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

Color convert

RGB 206 187 220 -
CMYK 0.06 0.15 0 0.14
HSL 274.55º 0.32% 0.8% -
HSV(B) 274.55º 0.15% 0.86% -
XYZ 56.14 53.83 75.14 -
YUV 196.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 206 187 220 0.06 0.15 0 0.14 274.55 0.32 0.8
Hex CE BB DC 6 F 0 E 113 20 50
Octal 316 273 334 6 17 0 16 423 40 120
Binary 11001110 10111011 11011100 110 1111 0 1110 100010011 100000 1010000

Color Harmonies of #CEBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBDC

Black with #CEBBDC

Text Example


Text Example

White with #CEBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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