Html Css Color HEX #C8B4CE Prelude

📋 copy color: '#C8B4CE'

red 200 ◦ green 180 ◦ blue 206

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

Shades of Prelude #C8B4CE

Tints of Prelude #C8B4CE

RGB

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

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

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

R = 34.13%
G = 30.72%
B = 35.15%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8B4CE (or 0xC8B4CE) is known color: Prelude. HEX triplet: C8, B4 and CE. RGB value is (200,180,206). Sum of RGB (Red+Green+Blue) = 200+180+206=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4CE is #374B31. Grayscale: #BCBCBC. Windows color (decimal): -3623730 or 13546696. OLE color: 13546696.

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

Color convert

RGB 200 180 206 -
CMYK 0.03 0.13 0 0.19
HSL 286.15º 0.21% 0.76% -
HSV(B) 286.15º 0.13% 0.81% -
XYZ 51.28 49.38 65.22 -
YUV 188.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 200 180 206 0.03 0.13 0 0.19 286.15 0.21 0.76
Hex C8 B4 CE 3 D 0 13 11E 15 4C
Octal 310 264 316 3 15 0 23 436 25 114
Binary 11001000 10110100 11001110 11 1101 0 10011 100011110 10101 1001100

Color Harmonies of #C8B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B4CE

Black with #C8B4CE

Text Example


Text Example

White with #C8B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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