Html Css Color HEX #C8B5CE Prelude

📋 copy color: '#C8B5CE'

red 200 ◦ green 181 ◦ blue 206

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

Shades of Prelude #C8B5CE

Tints of Prelude #C8B5CE

RGB

 RED value IS 200 (78.52% from 255) = 34.07%

 GREEN value IS 181 (71.09% from 255) = 30.83%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 34.07%
G = 30.83%
B = 35.09%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8B5CE (or 0xC8B5CE) is known color: Prelude. HEX triplet: C8, B5 and CE. RGB value is (200,181,206). Sum of RGB (Red+Green+Blue) = 200+181+206=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5CE is #374A31. Grayscale: #BDBDBD. Windows color (decimal): -3623474 or 13546952. OLE color: 13546952.

HSL color Cylindrical-coordinate representation of color #C8B5CE: hue angle of 285.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B5CE is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 181 206 -
CMYK 0.03 0.12 0 0.19
HSL 285.6º 0.2% 0.76% -
HSV(B) 285.6º 0.12% 0.81% -
XYZ 51.48 49.78 65.29 -
YUV 189.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 200 181 206 0.03 0.12 0 0.19 285.6 0.2 0.76
Hex C8 B5 CE 3 C 0 13 11E 14 4C
Octal 310 265 316 3 14 0 23 436 24 114
Binary 11001000 10110101 11001110 11 1100 0 10011 100011110 10100 1001100

Color Harmonies of #C8B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B5CE

Black with #C8B5CE

Text Example


Text Example

White with #C8B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B5CE; }

 p { color: rgb(200,181,206); }

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

background-color css

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

 a { background-color: rgb(200,181,206); }

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

border-color css

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

 span { border-color: rgb(200,181,206); }

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