Html Css Color HEX #CEB2DE Prelude

📋 copy color: '#CEB2DE'

red 206 ◦ green 178 ◦ blue 222

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

Shades of Prelude #CEB2DE

Tints of Prelude #CEB2DE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.37%

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

R = 33.99%
G = 29.37%
B = 36.63%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEB2DE (or 0xCEB2DE) is known color: Prelude. HEX triplet: CE, B2 and DE. RGB value is (206,178,222). Sum of RGB (Red+Green+Blue) = 206+178+222=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEB2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2DE is #314D21. Grayscale: #BFBFBF. Windows color (decimal): -3231010 or 14594766. OLE color: 14594766.

HSL color Cylindrical-coordinate representation of color #CEB2DE: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB2DE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 178 222 -
CMYK 0.07 0.20 0 0.13
HSL 278.18º 0.4% 0.78% -
HSV(B) 278.18º 0.2% 0.87% -
XYZ 54.56 50.24 75.93 -
YUV 191.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 206 178 222 0.07 0.20 0 0.13 278.18 0.4 0.78
Hex CE B2 DE 7 14 0 D 116 28 4E
Octal 316 262 336 7 24 0 15 426 50 116
Binary 11001110 10110010 11011110 111 10100 0 1101 100010110 101000 1001110

Color Harmonies of #CEB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2DE

Black with #CEB2DE

Text Example


Text Example

White with #CEB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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