Html Css Color HEX #CEBADE Prelude

📋 copy color: '#CEBADE'

red 206 ◦ green 186 ◦ blue 222

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

Shades of Prelude #CEBADE

Tints of Prelude #CEBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 33.55%
G = 30.29%
B = 36.16%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEBADE (or 0xCEBADE) is known color: Prelude. HEX triplet: CE, BA and DE. RGB value is (206,186,222). Sum of RGB (Red+Green+Blue) = 206+186+222=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADE is #314521. Grayscale: #C3C3C3. Windows color (decimal): -3228962 or 14596814. OLE color: 14596814.

HSL color Cylindrical-coordinate representation of color #CEBADE: hue angle of 273.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBADE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 186 222 -
CMYK 0.07 0.16 0 0.13
HSL 273.33º 0.35% 0.8% -
HSV(B) 273.33º 0.16% 0.87% -
XYZ 56.2 53.51 76.47 -
YUV 196.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 206 186 222 0.07 0.16 0 0.13 273.33 0.35 0.8
Hex CE BA DE 7 10 0 D 111 23 50
Octal 316 272 336 7 20 0 15 421 43 120
Binary 11001110 10111010 11011110 111 10000 0 1101 100010001 100011 1010000

Color Harmonies of #CEBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBADE

Black with #CEBADE

Text Example


Text Example

White with #CEBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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