Html Css Color HEX #C2AFCC Prelude

📋 copy color: '#C2AFCC'

red 194 ◦ green 175 ◦ blue 204

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

Shades of Prelude #C2AFCC

Tints of Prelude #C2AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 33.86%
G = 30.54%
B = 35.6%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C2AFCC (or 0xC2AFCC) is known color: Prelude. HEX triplet: C2, AF and CC. RGB value is (194,175,204). Sum of RGB (Red+Green+Blue) = 194+175+204=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFCC is #3D5033. Grayscale: #B7B7B7. Windows color (decimal): -4018228 or 13414338. OLE color: 13414338.

HSL color Cylindrical-coordinate representation of color #C2AFCC: hue angle of 279.31º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2AFCC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 175 204 -
CMYK 0.05 0.14 0 0.2
HSL 279.31º 0.22% 0.74% -
HSV(B) 279.31º 0.14% 0.8% -
XYZ 48.48 46.49 63.54 -
YUV 183.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 194 175 204 0.05 0.14 0 0.2 279.31 0.22 0.74
Hex C2 AF CC 5 E 0 14 117 16 4A
Octal 302 257 314 5 16 0 24 427 26 112
Binary 11000010 10101111 11001100 101 1110 0 10100 100010111 10110 1001010

Color Harmonies of #C2AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFCC

Black with #C2AFCC

Text Example


Text Example

White with #C2AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFCC; }

 p { color: rgb(194,175,204); }

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

background-color css

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

 a { background-color: rgb(194,175,204); }

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

border-color css

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

 span { border-color: rgb(194,175,204); }

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