Html Css Color HEX #C3B6CE Prelude

📋 copy color: '#C3B6CE'

red 195 ◦ green 182 ◦ blue 206

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

Shades of Prelude #C3B6CE

Tints of Prelude #C3B6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.22%

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

R = 33.45%
G = 31.22%
B = 35.33%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3B6CE (or 0xC3B6CE) is known color: Prelude. HEX triplet: C3, B6 and CE. RGB value is (195,182,206). Sum of RGB (Red+Green+Blue) = 195+182+206=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6CE is #3C4931. Grayscale: #BCBCBC. Windows color (decimal): -3950898 or 13547203. OLE color: 13547203.

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

Color convert

RGB 195 182 206 -
CMYK 0.05 0.12 0 0.19
HSL 272.5º 0.2% 0.76% -
HSV(B) 272.5º 0.12% 0.81% -
XYZ 50.37 49.51 65.29 -
YUV 188.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 195 182 206 0.05 0.12 0 0.19 272.5 0.2 0.76
Hex C3 B6 CE 5 C 0 13 110 14 4C
Octal 303 266 316 5 14 0 23 420 24 114
Binary 11000011 10110110 11001110 101 1100 0 10011 100010000 10100 1001100

Color Harmonies of #C3B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B6CE

Black with #C3B6CE

Text Example


Text Example

White with #C3B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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