Html Css Color HEX #C8BED1 Prelude

📋 copy color: '#C8BED1'

red 200 ◦ green 190 ◦ blue 209

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

Shades of Prelude #C8BED1

Tints of Prelude #C8BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.72%

 BLUE value IS 209 (82.03% from 255) = 34.89%

R = 33.39%
G = 31.72%
B = 34.89%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C8BED1 (or 0xC8BED1) is known color: Prelude. HEX triplet: C8, BE and D1. RGB value is (200,190,209). Sum of RGB (Red+Green+Blue) = 200+190+209=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #C8BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BED1 is #37412E. Grayscale: #C3C3C3. Windows color (decimal): -3621167 or 13745864. OLE color: 13745864.

HSL color Cylindrical-coordinate representation of color #C8BED1: hue angle of 271.58º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BED1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 190 209 -
CMYK 0.04 0.09 0 0.18
HSL 271.58º 0.17% 0.78% -
HSV(B) 271.58º 0.09% 0.82% -
XYZ 53.74 53.71 67.86 -
YUV 195.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 200 190 209 0.04 0.09 0 0.18 271.58 0.17 0.78
Hex C8 BE D1 4 9 0 12 110 11 4E
Octal 310 276 321 4 11 0 22 420 21 116
Binary 11001000 10111110 11010001 100 1001 0 10010 100010000 10001 1001110

Color Harmonies of #C8BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BED1

Black with #C8BED1

Text Example


Text Example

White with #C8BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BED1; }

 p { color: rgb(200,190,209); }

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

background-color css

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

 a { background-color: rgb(200,190,209); }

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

border-color css

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

 span { border-color: rgb(200,190,209); }

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