Html Css Color HEX #C4AFD2 Prelude

📋 copy color: '#C4AFD2'

red 196 ◦ green 175 ◦ blue 210

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

Shades of Prelude #C4AFD2

Tints of Prelude #C4AFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.14%

R = 33.73%
G = 30.12%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C4AFD2 (or 0xC4AFD2) is known color: Prelude. HEX triplet: C4, AF and D2. RGB value is (196,175,210). Sum of RGB (Red+Green+Blue) = 196+175+210=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFD2 is #3B502D. Grayscale: #B9B9B9. Windows color (decimal): -3887150 or 13807556. OLE color: 13807556.

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

Color convert

RGB 196 175 210 -
CMYK 0.07 0.17 0 0.18
HSL 276º 0.28% 0.75% -
HSV(B) 276º 0.17% 0.82% -
XYZ 49.73 47.05 67.43 -
YUV 185.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 196 175 210 0.07 0.17 0 0.18 276 0.28 0.75
Hex C4 AF D2 7 11 0 12 114 1C 4B
Octal 304 257 322 7 21 0 22 424 34 113
Binary 11000100 10101111 11010010 111 10001 0 10010 100010100 11100 1001011

Color Harmonies of #C4AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFD2

Black with #C4AFD2

Text Example


Text Example

White with #C4AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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