Html Css Color HEX #C3B1CE Prelude

📋 copy color: '#C3B1CE'

red 195 ◦ green 177 ◦ blue 206

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

Shades of Prelude #C3B1CE

Tints of Prelude #C3B1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.62%

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

R = 33.74%
G = 30.62%
B = 35.64%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3B1CE (or 0xC3B1CE) is known color: Prelude. HEX triplet: C3, B1 and CE. RGB value is (195,177,206). Sum of RGB (Red+Green+Blue) = 195+177+206=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1CE is #3C4E31. Grayscale: #B9B9B9. Windows color (decimal): -3952178 or 13545923. OLE color: 13545923.

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

Color convert

RGB 195 177 206 -
CMYK 0.05 0.14 0 0.19
HSL 277.24º 0.23% 0.75% -
HSV(B) 277.24º 0.14% 0.81% -
XYZ 49.37 47.5 64.96 -
YUV 185.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 195 177 206 0.05 0.14 0 0.19 277.24 0.23 0.75
Hex C3 B1 CE 5 E 0 13 115 17 4B
Octal 303 261 316 5 16 0 23 425 27 113
Binary 11000011 10110001 11001110 101 1110 0 10011 100010101 10111 1001011

Color Harmonies of #C3B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B1CE

Black with #C3B1CE

Text Example


Text Example

White with #C3B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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