Html Css Color HEX #CEB1DE Prelude

📋 copy color: '#CEB1DE'

red 206 ◦ green 177 ◦ blue 222

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

Shades of Prelude #CEB1DE

Tints of Prelude #CEB1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.26%

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

R = 34.05%
G = 29.26%
B = 36.69%

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

#CEB1DE (or 0xCEB1DE) is known color: Prelude. HEX triplet: CE, B1 and DE. RGB value is (206,177,222). Sum of RGB (Red+Green+Blue) = 206+177+222=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1DE is #314E21. Grayscale: #BEBEBE. Windows color (decimal): -3231266 or 14594510. OLE color: 14594510.

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

Color convert

RGB 206 177 222 -
CMYK 0.07 0.20 0 0.13
HSL 278.67º 0.41% 0.78% -
HSV(B) 278.67º 0.2% 0.87% -
XYZ 54.36 49.84 75.86 -
YUV 190.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 206 177 222 0.07 0.20 0 0.13 278.67 0.41 0.78
Hex CE B1 DE 7 14 0 D 117 29 4E
Octal 316 261 336 7 24 0 15 427 51 116
Binary 11001110 10110001 11011110 111 10100 0 1101 100010111 101001 1001110

Color Harmonies of #CEB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1DE

Black with #CEB1DE

Text Example


Text Example

White with #CEB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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