Html Css Color HEX #C3AFCE Prelude

📋 copy color: '#C3AFCE'

red 195 ◦ green 175 ◦ blue 206

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

Shades of Prelude #C3AFCE

Tints of Prelude #C3AFCE

RGB

 RED value IS 195 (76.56% from 255) = 33.85%

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 33.85%
G = 30.38%
B = 35.76%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3AFCE (or 0xC3AFCE) is known color: Prelude. HEX triplet: C3, AF and CE. RGB value is (195,175,206). Sum of RGB (Red+Green+Blue) = 195+175+206=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFCE is #3C5031. Grayscale: #B8B8B8. Windows color (decimal): -3952690 or 13545411. OLE color: 13545411.

HSL color Cylindrical-coordinate representation of color #C3AFCE: hue angle of 278.71º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AFCE is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 175 206 -
CMYK 0.05 0.15 0 0.19
HSL 278.71º 0.24% 0.75% -
HSV(B) 278.71º 0.15% 0.81% -
XYZ 48.98 46.72 64.83 -
YUV 184.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 195 175 206 0.05 0.15 0 0.19 278.71 0.24 0.75
Hex C3 AF CE 5 F 0 13 117 18 4B
Octal 303 257 316 5 17 0 23 427 30 113
Binary 11000011 10101111 11001110 101 1111 0 10011 100010111 11000 1001011

Color Harmonies of #C3AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFCE

Black with #C3AFCE

Text Example


Text Example

White with #C3AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFCE; }

 p { color: rgb(195,175,206); }

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

background-color css

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

 a { background-color: rgb(195,175,206); }

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

border-color css

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

 span { border-color: rgb(195,175,206); }

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