Html Css Color HEX #C2B3CE Prelude

📋 copy color: '#C2B3CE'

red 194 ◦ green 179 ◦ blue 206

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

Shades of Prelude #C2B3CE

Tints of Prelude #C2B3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.92%

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

R = 33.51%
G = 30.92%
B = 35.58%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2B3CE (or 0xC2B3CE) is known color: Prelude. HEX triplet: C2, B3 and CE. RGB value is (194,179,206). Sum of RGB (Red+Green+Blue) = 194+179+206=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3CE is #3D4C31. Grayscale: #BABABA. Windows color (decimal): -4017202 or 13546434. OLE color: 13546434.

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

Color convert

RGB 194 179 206 -
CMYK 0.06 0.13 0 0.19
HSL 273.33º 0.22% 0.75% -
HSV(B) 273.33º 0.13% 0.81% -
XYZ 49.51 48.17 65.08 -
YUV 186.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 194 179 206 0.06 0.13 0 0.19 273.33 0.22 0.75
Hex C2 B3 CE 6 D 0 13 111 16 4B
Octal 302 263 316 6 15 0 23 421 26 113
Binary 11000010 10110011 11001110 110 1101 0 10011 100010001 10110 1001011

Color Harmonies of #C2B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3CE

Black with #C2B3CE

Text Example


Text Example

White with #C2B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3CE; }

 p { color: rgb(194,179,206); }

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

background-color css

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

 a { background-color: rgb(194,179,206); }

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

border-color css

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

 span { border-color: rgb(194,179,206); }

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