Html Css Color HEX #C4AFD1 Prelude

📋 copy color: '#C4AFD1'

red 196 ◦ green 175 ◦ blue 209

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

Shades of Prelude #C4AFD1

Tints of Prelude #C4AFD1

RGB

 RED value IS 196 (76.95% from 255) = 33.79%

 GREEN value IS 175 (68.75% from 255) = 30.17%

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

R = 33.79%
G = 30.17%
B = 36.03%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C4AFD1 (or 0xC4AFD1) is known color: Prelude. HEX triplet: C4, AF and D1. RGB value is (196,175,209). Sum of RGB (Red+Green+Blue) = 196+175+209=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFD1 is #3B502E. Grayscale: #B9B9B9. Windows color (decimal): -3887151 or 13742020. OLE color: 13742020.

HSL color Cylindrical-coordinate representation of color #C4AFD1: hue angle of 277.06º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4AFD1 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 175 209 -
CMYK 0.06 0.16 0 0.18
HSL 277.06º 0.27% 0.75% -
HSV(B) 277.06º 0.16% 0.82% -
XYZ 49.6 47 66.78 -
YUV 185.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 196 175 209 0.06 0.16 0 0.18 277.06 0.27 0.75
Hex C4 AF D1 6 10 0 12 115 1B 4B
Octal 304 257 321 6 20 0 22 425 33 113
Binary 11000100 10101111 11010001 110 10000 0 10010 100010101 11011 1001011

Color Harmonies of #C4AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFD1

Black with #C4AFD1

Text Example


Text Example

White with #C4AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFD1; }

 p { color: rgb(196,175,209); }

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

background-color css

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

 a { background-color: rgb(196,175,209); }

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

border-color css

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

 span { border-color: rgb(196,175,209); }

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