Html Css Color HEX #C8ADCE Prelude

📋 copy color: '#C8ADCE'

red 200 ◦ green 173 ◦ blue 206

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

Shades of Prelude #C8ADCE

Tints of Prelude #C8ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.88%

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

R = 34.54%
G = 29.88%
B = 35.58%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8ADCE (or 0xC8ADCE) is known color: Prelude. HEX triplet: C8, AD and CE. RGB value is (200,173,206). Sum of RGB (Red+Green+Blue) = 200+173+206=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADCE is #375231. Grayscale: #B8B8B8. Windows color (decimal): -3625522 or 13544904. OLE color: 13544904.

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

Color convert

RGB 200 173 206 -
CMYK 0.03 0.16 0 0.19
HSL 289.09º 0.25% 0.74% -
HSV(B) 289.09º 0.16% 0.81% -
XYZ 49.9 46.62 64.76 -
YUV 184.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 200 173 206 0.03 0.16 0 0.19 289.09 0.25 0.74
Hex C8 AD CE 3 10 0 13 121 19 4A
Octal 310 255 316 3 20 0 23 441 31 112
Binary 11001000 10101101 11001110 11 10000 0 10011 100100001 11001 1001010

Color Harmonies of #C8ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADCE

Black with #C8ADCE

Text Example


Text Example

White with #C8ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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