Html Css Color HEX #CEB1DA Prelude

📋 copy color: '#CEB1DA'

red 206 ◦ green 177 ◦ blue 218

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

Shades of Prelude #CEB1DA

Tints of Prelude #CEB1DA

RGB

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

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

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

R = 34.28%
G = 29.45%
B = 36.27%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEB1DA (or 0xCEB1DA) is known color: Prelude. HEX triplet: CE, B1 and DA. RGB value is (206,177,218). Sum of RGB (Red+Green+Blue) = 206+177+218=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1DA is #314E25. Grayscale: #BEBEBE. Windows color (decimal): -3231270 or 14332366. OLE color: 14332366.

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

Color convert

RGB 206 177 218 -
CMYK 0.06 0.19 0 0.15
HSL 282.44º 0.36% 0.77% -
HSV(B) 282.44º 0.19% 0.85% -
XYZ 53.83 49.63 73.07 -
YUV 190.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 206 177 218 0.06 0.19 0 0.15 282.44 0.36 0.77
Hex CE B1 DA 6 13 0 F 11A 24 4D
Octal 316 261 332 6 23 0 17 432 44 115
Binary 11001110 10110001 11011010 110 10011 0 1111 100011010 100100 1001101

Color Harmonies of #CEB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1DA

Black with #CEB1DA

Text Example


Text Example

White with #CEB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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