Html Css Color HEX #C2A8D0 Prelude

📋 copy color: '#C2A8D0'

red 194 ◦ green 168 ◦ blue 208

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

Shades of Prelude #C2A8D0

Tints of Prelude #C2A8D0

RGB

 RED value IS 194 (76.17% from 255) = 34.04%

 GREEN value IS 168 (66.02% from 255) = 29.47%

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

R = 34.04%
G = 29.47%
B = 36.49%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2A8D0 (or 0xC2A8D0) is known color: Prelude. HEX triplet: C2, A8 and D0. RGB value is (194,168,208). Sum of RGB (Red+Green+Blue) = 194+168+208=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8D0 is #3D572F. Grayscale: #B4B4B4. Windows color (decimal): -4020016 or 13674690. OLE color: 13674690.

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

Color convert

RGB 194 168 208 -
CMYK 0.07 0.19 0 0.18
HSL 279º 0.3% 0.74% -
HSV(B) 279º 0.19% 0.82% -
XYZ 47.64 44.03 65.66 -
YUV 180.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 194 168 208 0.07 0.19 0 0.18 279 0.3 0.74
Hex C2 A8 D0 7 13 0 12 117 1E 4A
Octal 302 250 320 7 23 0 22 427 36 112
Binary 11000010 10101000 11010000 111 10011 0 10010 100010111 11110 1001010

Color Harmonies of #C2A8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A8D0

Black with #C2A8D0

Text Example


Text Example

White with #C2A8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A8D0; }

 p { color: rgb(194,168,208); }

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

background-color css

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

 a { background-color: rgb(194,168,208); }

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

border-color css

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

 span { border-color: rgb(194,168,208); }

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