Html Css Color HEX #C3B4CE Prelude

📋 copy color: '#C3B4CE'

red 195 ◦ green 180 ◦ blue 206

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

Shades of Prelude #C3B4CE

Tints of Prelude #C3B4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.98%

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

R = 33.56%
G = 30.98%
B = 35.46%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3B4CE (or 0xC3B4CE) is known color: Prelude. HEX triplet: C3, B4 and CE. RGB value is (195,180,206). Sum of RGB (Red+Green+Blue) = 195+180+206=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4CE is #3C4B31. Grayscale: #BBBBBB. Windows color (decimal): -3951410 or 13546691. OLE color: 13546691.

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

Color convert

RGB 195 180 206 -
CMYK 0.05 0.13 0 0.19
HSL 274.62º 0.21% 0.76% -
HSV(B) 274.62º 0.13% 0.81% -
XYZ 49.97 48.7 65.16 -
YUV 187.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 195 180 206 0.05 0.13 0 0.19 274.62 0.21 0.76
Hex C3 B4 CE 5 D 0 13 113 15 4C
Octal 303 264 316 5 15 0 23 423 25 114
Binary 11000011 10110100 11001110 101 1101 0 10011 100010011 10101 1001100

Color Harmonies of #C3B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B4CE

Black with #C3B4CE

Text Example


Text Example

White with #C3B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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