Html Css Color HEX #CEBBDA Prelude

📋 copy color: '#CEBBDA'

red 206 ◦ green 187 ◦ blue 218

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

Shades of Prelude #CEBBDA

Tints of Prelude #CEBBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 33.72%
G = 30.61%
B = 35.68%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEBBDA (or 0xCEBBDA) is known color: Prelude. HEX triplet: CE, BB and DA. RGB value is (206,187,218). Sum of RGB (Red+Green+Blue) = 206+187+218=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBDA is #314425. Grayscale: #C4C4C4. Windows color (decimal): -3228710 or 14334926. OLE color: 14334926.

HSL color Cylindrical-coordinate representation of color #CEBBDA: hue angle of 276.77º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBBDA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 187 218 -
CMYK 0.06 0.14 0 0.15
HSL 276.77º 0.3% 0.79% -
HSV(B) 276.77º 0.14% 0.85% -
XYZ 55.88 53.72 73.75 -
YUV 196.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 206 187 218 0.06 0.14 0 0.15 276.77 0.3 0.79
Hex CE BB DA 6 E 0 F 115 1E 4F
Octal 316 273 332 6 16 0 17 425 36 117
Binary 11001110 10111011 11011010 110 1110 0 1111 100010101 11110 1001111

Color Harmonies of #CEBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBDA

Black with #CEBBDA

Text Example


Text Example

White with #CEBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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