Html Css Color HEX #C2AFCB Prelude

📋 copy color: '#C2AFCB'

red 194 ◦ green 175 ◦ blue 203

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

Shades of Prelude #C2AFCB

Tints of Prelude #C2AFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 33.92%
G = 30.59%
B = 35.49%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2AFCB (or 0xC2AFCB) is known color: Prelude. HEX triplet: C2, AF and CB. RGB value is (194,175,203). Sum of RGB (Red+Green+Blue) = 194+175+203=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFCB is #3D5034. Grayscale: #B7B7B7. Windows color (decimal): -4018229 or 13348802. OLE color: 13348802.

HSL color Cylindrical-coordinate representation of color #C2AFCB: hue angle of 280.71º degrees, saturation: 0.21, 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 #C2AFCB is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 175 203 -
CMYK 0.04 0.14 0 0.20
HSL 280.71º 0.21% 0.74% -
HSV(B) 280.71º 0.14% 0.8% -
XYZ 48.36 46.44 62.92 -
YUV 183.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 194 175 203 0.04 0.14 0 0.20 280.71 0.21 0.74
Hex C2 AF CB 4 E 0 14 119 15 4A
Octal 302 257 313 4 16 0 24 431 25 112
Binary 11000010 10101111 11001011 100 1110 0 10100 100011001 10101 1001010

Color Harmonies of #C2AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFCB

Black with #C2AFCB

Text Example


Text Example

White with #C2AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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