Html Css Color HEX #C8BDD0 Prelude

📋 copy color: '#C8BDD0'

red 200 ◦ green 189 ◦ blue 208

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

Shades of Prelude #C8BDD0

Tints of Prelude #C8BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.66%

 BLUE value IS 208 (81.64% from 255) = 34.84%

R = 33.5%
G = 31.66%
B = 34.84%

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

#C8BDD0 (or 0xC8BDD0) is known color: Prelude. HEX triplet: C8, BD and D0. RGB value is (200,189,208). Sum of RGB (Red+Green+Blue) = 200+189+208=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDD0 is #37422F. Grayscale: #C2C2C2. Windows color (decimal): -3621424 or 13680072. OLE color: 13680072.

HSL color Cylindrical-coordinate representation of color #C8BDD0: hue angle of 274.74º 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 #C8BDD0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 189 208 -
CMYK 0.04 0.09 0 0.18
HSL 274.74º 0.17% 0.78% -
HSV(B) 274.74º 0.09% 0.82% -
XYZ 53.4 53.23 67.13 -
YUV 194.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 200 189 208 0.04 0.09 0 0.18 274.74 0.17 0.78
Hex C8 BD D0 4 9 0 12 113 11 4E
Octal 310 275 320 4 11 0 22 423 21 116
Binary 11001000 10111101 11010000 100 1001 0 10010 100010011 10001 1001110

Color Harmonies of #C8BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDD0

Black with #C8BDD0

Text Example


Text Example

White with #C8BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDD0; }

 p { color: rgb(200,189,208); }

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

background-color css

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

 a { background-color: rgb(200,189,208); }

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

border-color css

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

 span { border-color: rgb(200,189,208); }

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