Html Css Color HEX #CEB9DE Prelude

📋 copy color: '#CEB9DE'

red 206 ◦ green 185 ◦ blue 222

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

Shades of Prelude #CEB9DE

Tints of Prelude #CEB9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.18%

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

R = 33.61%
G = 30.18%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEB9DE (or 0xCEB9DE) is known color: Prelude. HEX triplet: CE, B9 and DE. RGB value is (206,185,222). Sum of RGB (Red+Green+Blue) = 206+185+222=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9DE is #314621. Grayscale: #C3C3C3. Windows color (decimal): -3229218 or 14596558. OLE color: 14596558.

HSL color Cylindrical-coordinate representation of color #CEB9DE: hue angle of 274.05º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB9DE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 185 222 -
CMYK 0.07 0.17 0 0.13
HSL 274.05º 0.36% 0.8% -
HSV(B) 274.05º 0.17% 0.87% -
XYZ 55.99 53.09 76.4 -
YUV 195.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 206 185 222 0.07 0.17 0 0.13 274.05 0.36 0.8
Hex CE B9 DE 7 11 0 D 112 24 50
Octal 316 271 336 7 21 0 15 422 44 120
Binary 11001110 10111001 11011110 111 10001 0 1101 100010010 100100 1010000

Color Harmonies of #CEB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9DE

Black with #CEB9DE

Text Example


Text Example

White with #CEB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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