Html Css Color HEX #C8AECF Prelude

📋 copy color: '#C8AECF'

red 200 ◦ green 174 ◦ blue 207

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

Shades of Prelude #C8AECF

Tints of Prelude #C8AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.95%

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 34.42%
G = 29.95%
B = 35.63%

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

#C8AECF (or 0xC8AECF) is known color: Prelude. HEX triplet: C8, AE and CF. RGB value is (200,174,207). Sum of RGB (Red+Green+Blue) = 200+174+207=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AECF is #375130. Grayscale: #B9B9B9. Windows color (decimal): -3625265 or 13610696. OLE color: 13610696.

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

Color convert

RGB 200 174 207 -
CMYK 0.03 0.16 0 0.19
HSL 287.27º 0.26% 0.75% -
HSV(B) 287.27º 0.16% 0.81% -
XYZ 50.22 47.06 65.47 -
YUV 185.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 200 174 207 0.03 0.16 0 0.19 287.27 0.26 0.75
Hex C8 AE CF 3 10 0 13 11F 1A 4B
Octal 310 256 317 3 20 0 23 437 32 113
Binary 11001000 10101110 11001111 11 10000 0 10011 100011111 11010 1001011

Color Harmonies of #C8AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AECF

Black with #C8AECF

Text Example


Text Example

White with #C8AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AECF; }

 p { color: rgb(200,174,207); }

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

background-color css

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

 a { background-color: rgb(200,174,207); }

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

border-color css

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

 span { border-color: rgb(200,174,207); }

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