Html Css Color HEX #CEBBDE Prelude

📋 copy color: '#CEBBDE'

red 206 ◦ green 187 ◦ blue 222

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

Shades of Prelude #CEBBDE

Tints of Prelude #CEBBDE

RGB

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

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

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

R = 33.5%
G = 30.41%
B = 36.1%

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

#CEBBDE (or 0xCEBBDE) is known color: Prelude. HEX triplet: CE, BB and DE. RGB value is (206,187,222). Sum of RGB (Red+Green+Blue) = 206+187+222=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBDE is #314421. Grayscale: #C4C4C4. Windows color (decimal): -3228706 or 14597070. OLE color: 14597070.

HSL color Cylindrical-coordinate representation of color #CEBBDE: hue angle of 272.57º 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 #CEBBDE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 187 222 -
CMYK 0.07 0.16 0 0.13
HSL 272.57º 0.35% 0.8% -
HSV(B) 272.57º 0.16% 0.87% -
XYZ 56.41 53.94 76.54 -
YUV 196.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 206 187 222 0.07 0.16 0 0.13 272.57 0.35 0.8
Hex CE BB DE 7 10 0 D 111 23 50
Octal 316 273 336 7 20 0 15 421 43 120
Binary 11001110 10111011 11011110 111 10000 0 1101 100010001 100011 1010000

Color Harmonies of #CEBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBDE

Black with #CEBBDE

Text Example


Text Example

White with #CEBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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