Html Css Color HEX #CEB4DA Prelude

📋 copy color: '#CEB4DA'

red 206 ◦ green 180 ◦ blue 218

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

Shades of Prelude #CEB4DA

Tints of Prelude #CEB4DA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.8%

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

R = 34.11%
G = 29.8%
B = 36.09%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEB4DA (or 0xCEB4DA) is known color: Prelude. HEX triplet: CE, B4 and DA. RGB value is (206,180,218). Sum of RGB (Red+Green+Blue) = 206+180+218=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4DA is #314B25. Grayscale: #BFBFBF. Windows color (decimal): -3230502 or 14333134. OLE color: 14333134.

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

Color convert

RGB 206 180 218 -
CMYK 0.06 0.17 0 0.15
HSL 281.05º 0.34% 0.78% -
HSV(B) 281.05º 0.17% 0.85% -
XYZ 54.43 50.83 73.27 -
YUV 192.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 206 180 218 0.06 0.17 0 0.15 281.05 0.34 0.78
Hex CE B4 DA 6 11 0 F 119 22 4E
Octal 316 264 332 6 21 0 17 431 42 116
Binary 11001110 10110100 11011010 110 10001 0 1111 100011001 100010 1001110

Color Harmonies of #CEB4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4DA

Black with #CEB4DA

Text Example


Text Example

White with #CEB4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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